#CCCDBD

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

Shades of Celeste #CCCDBD

Tints of Celeste #CCCDBD

Color information

#CCCDBD (or 0xCCCDBD) is unknown color: approx Celeste. HEX triplet: CC, CD and BD. RGB value is (204,205,189). Sum of RGB (Red+Green+Blue) = 204+205+189=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBD is #333242. Grayscale: #CACACA. Windows color (decimal): -3355203 or 12438988. OLE color: 12438988.

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

Color convert

RGB204205189-
CMYK0.0000.080.20
HSL63.75º13.79%77.25%-
HSV(B)63.75º7.8%80.39%-
XYZ55.9260.1756.81-
YUV202.88120.17128.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=34.11%
G=34.28%
B=31.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051890.0000.080.2063.7513.7977.25
HexCCCDBD0081440e4d
Octal31431527500102410016115
Binary11001100110011011011110100100010100100000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDBD; }

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

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

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

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

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

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

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

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