#CDCDC9

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

Shades of Celeste #CDCDC9

Tints of Celeste #CDCDC9

Color information

#CDCDC9 (or 0xCDCDC9) is unknown color: approx Celeste. HEX triplet: CD, CD and C9. RGB value is (205,205,201). Sum of RGB (Red+Green+Blue) = 205+205+201=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC9 is #323236. Grayscale: #CCCCCC. Windows color (decimal): -3289655 or 13225421. OLE color: 13225421.

HSL color Cylindrical-coordinate representation of color #CDCDC9: hue angle of 60º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCDC9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205205201-
CMYK000.020.20
HSL60º3.85%79.61%-
HSV(B)60º1.95%80.39%-
XYZ57.5560.8663.97-
YUV204.54126128.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 201 (78.91% from 255) = 32.90%
R=33.55%
G=33.55%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205201000.020.20603.8579.61
HexCDCDC9002143c450
Octal31531531100224744120
Binary1100110111001101110010010010101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDC9; }

 p { color: rgb(205,205,201); }

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

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

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

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

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

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

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