#CDCDCC

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

Shades of Celeste #CDCDCC

Tints of Celeste #CDCDCC

Color information

#CDCDCC (or 0xCDCDCC) is unknown color: approx Celeste. HEX triplet: CD, CD and CC. RGB value is (205,205,204). Sum of RGB (Red+Green+Blue) = 205+205+204=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDCC is #323233. Grayscale: #CCCCCC. Windows color (decimal): -3289652 or 13422029. OLE color: 13422029.

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

Color convert

RGB205205204-
CMYK000.000.20
HSL60º0.99%80.2%-
HSV(B)60º0.49%80.39%-
XYZ57.916165.85-
YUV204.89127.5128.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=33.39%
G=33.39%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205204000.000.20600.9980.2
HexCDCDCC000143c150
Octal31531531400024741120
Binary1100110111001101110011000001010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDCC; }

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

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

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

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

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

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

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

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