Color Hex Logo

#ceb7df Color Hex

#CEB7DF
(206,183,223)
0 Favorites   0 Comments

Color spaces of #ceb7df

RGB 206183223
HSL0.760.380.80
HSV275°18°87°
CMYK 0.080.180.00   0.13
XYZ55.706452.316576.9741
Yxy52.31650.30110.2828
Hunter Lab72.330110.8973-12.4656
CIE-Lab77.469715.5460-17.0113

#ceb7df color RGB value is (206,183,223).

#ceb7df hex color red value is 206, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ceb7df hue: 0.76 , saturation: 0.38 and the lightness value of ceb7df is 0.80.

The process color (four color CMYK) of #ceb7df color hex is 0.08, 0.18, 0.00, 0.13. Web safe color of #ceb7df is #cccccc. Color #ceb7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 11011111
Octal 316 267 337
Decimal 206 183 223
Hex CE B7 DF

RGB Percentages of Color #ceb7df

%33.66
%29.90
%36.44

CMYK Percentages of Color #ceb7df

%8
%18
%0
%13

Triadic Colors of #ceb7df

#ceb7df #dfceb7 #b7dfce

Analogous Colors of #ceb7df

#ceb7df #dfb7dc #bab7df

Monochromatic Colors of #ceb7df

#ceb7df

Complementary Color

#ceb7df #c8dfb7

#ceb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7df Color CSS Codes

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

#ceb7df Text Font Color

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

This sample text font color is #ceb7df
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.


#ceb7df Background Color

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

This div background color is #ceb7df


#ceb7df Border Color

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

This div border color is #ceb7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb7df


Comments

No comments written yet.

Please login to write comment.