#CEBCD3

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

Shades of Prelude #CEBCD3

Tints of Prelude #CEBCD3

Color information

#CEBCD3 (or 0xCEBCD3) is unknown color: approx Prelude. HEX triplet: CE, BC and D3. RGB value is (206,188,211). Sum of RGB (Red+Green+Blue) = 206+188+211=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD3 is #31432C. Grayscale: #C3C3C3. Windows color (decimal): -3228461 or 13876430. OLE color: 13876430.

HSL color Cylindrical-coordinate representation of color #CEBCD3: hue angle of 286.96º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBCD3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206188211-
CMYK0.020.1100.17
HSL286.96º20.72%78.24%-
HSV(B)286.96º10.9%82.75%-
XYZ55.1953.7969.1-
YUV196136.46135.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 211 (82.81% from 255) = 34.88%
R=34.05%
G=31.07%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061882110.020.1100.17286.9620.7278.24
HexCEBCD32B01111f154e
Octal31627432321302143725116
Binary110011101011110011010011101011010001100011111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCD3; }

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

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

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

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

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

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

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

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