#CDCEC3

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

Shades of Celeste #CDCEC3

Tints of Celeste #CDCEC3

Color information

#CDCEC3 (or 0xCDCEC3) is unknown color: approx Celeste. HEX triplet: CD, CE and C3. RGB value is (205,206,195). Sum of RGB (Red+Green+Blue) = 205+206+195=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC3 is #32313C. Grayscale: #CCCCCC. Windows color (decimal): -3289405 or 12832461. OLE color: 12832461.

HSL color Cylindrical-coordinate representation of color #CDCEC3: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCEC3 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB205206195-
CMYK0.0000.050.19
HSL65.45º10.09%78.63%-
HSV(B)65.45º5.34%80.78%-
XYZ57.161.0660.41-
YUV204.45122.67128.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=33.83%
G=33.99%
B=32.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061950.0000.050.1965.4510.0978.63
HexCDCEC30051341a4f
Octal3153163030052310112117
Binary1100110111001110110000110010110011100000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEC3; }

 p { color: rgb(205,206,195); }

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

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

 a { background-color: rgb(205,206,195); }

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

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

 span { border-color: rgb(205,206,195); }

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