Color Hex Logo

#ceb7db Color Hex

#CEB7DB
(206,183,219)
0 Favorites   0 Comments

Color spaces of #ceb7db

RGB 206183219
HSL0.770.330.79
HSV278°16°86°
CMYK 0.060.160.00   0.14
XYZ55.173352.103374.1668
Yxy52.10330.30410.2872
Hunter Lab72.182610.1182-10.3920
CIE-Lab77.342614.7550-15.0377

#ceb7db color RGB value is (206,183,219).

#ceb7db hex color red value is 206, green value is 183 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ceb7db hue: 0.77 , saturation: 0.33 and the lightness value of ceb7db is 0.79.

The process color (four color CMYK) of #ceb7db color hex is 0.06, 0.16, 0.00, 0.14. Web safe color of #ceb7db is #cccccc. Color #ceb7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 11011011
Octal 316 267 333
Decimal 206 183 219
Hex CE B7 DB

RGB Percentages of Color #ceb7db

%33.88
%30.10
%36.02

CMYK Percentages of Color #ceb7db

%6
%16
%0
%14

Triadic Colors of #ceb7db

#ceb7db #dbceb7 #b7dbce

Analogous Colors of #ceb7db

#ceb7db #dbb7d6 #bcb7db

Monochromatic Colors of #ceb7db

#ceb7db

Complementary Color

#ceb7db #c4dbb7

#ceb7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7db Color CSS Codes

.mybgcolor {background-color:#ceb7db; } 
.myforecolor {color:#ceb7db; }
.mybordercolor {border:3px solid #ceb7db; }

#ceb7db Text Font Color

<p style="color:#ceb7db">Text here</p>

This sample text font color is #ceb7db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceb7db Background Color

<div style="background-color:#ceb7db">
Div content here</div>

This div background color is #ceb7db


#ceb7db Border Color

<div style="border:3px solid #ceb7db">
Div here</div>

This div border color is #ceb7db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,183,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceb7db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb7db;
  box-shadow:         1px 1px 3px 2px #ceb7db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,183,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceb7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb7db;
  box-shadow:         1px 1px 3px 2px #ceb7db;">
Div content here</div>

This div box has shadow with color #ceb7db


Comments

No comments written yet.

Please login to write comment.