#CEBCD9

Color #CEBCD9 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CEBCD9

Tints of Prelude #CEBCD9

Color information

#CEBCD9 (or 0xCEBCD9) is unknown color: approx Prelude. HEX triplet: CE, BC and D9. RGB value is (206,188,217). Sum of RGB (Red+Green+Blue) = 206+188+217=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD9 is #314326. Grayscale: #C4C4C4. Windows color (decimal): -3228455 or 14269646. OLE color: 14269646.

HSL color Cylindrical-coordinate representation of color #CEBCD9: hue angle of 277.24º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBCD9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206188217-
CMYK0.050.1300.15
HSL277.24º27.62%79.41%-
HSV(B)277.24º13.36%85.1%-
XYZ55.9654.173.14-
YUV196.69139.46134.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=33.72%
G=30.77%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061882170.050.1300.15277.2427.6279.41
HexCEBCD95D0F1151c4f
Octal31627433151501742534117
Binary110011101011110011011001101110101111100010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCD9; }

 p { color: rgb(206,188,217); }

 H1.HeaderClassName
 {
   color: #CEBCD9;
 }
 .AnyTagClassName
 {
   color: #CEBCD9;
 }
</style>
background-color css

<style>
 a { background-color: #CEBCD9; }

 a { background-color: rgb(206,188,217); }

 div.DivClassName
 {
   background-color: #CEBCD9;
 }
 .BgClassName
 {
   background-color: #CEBCD9;
 }
</style>
border-color css

<style>
 span { border-color: #CEBCD9; }

 span { border-color: rgb(206,188,217); }

 td.TdClassName
 {
   border-color: #CEBCD9;
 }
 .TagClassName
 {
   border-color: #CEBCD9;
 }
</style>