#CCCCC8

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

Shades of Celeste #CCCCC8

Tints of Celeste #CCCCC8

Color information

#CCCCC8 (or 0xCCCCC8) is unknown color: approx Celeste. HEX triplet: CC, CC and C8. RGB value is (204,204,200). Sum of RGB (Red+Green+Blue) = 204+204+200=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC8 is #333337. Grayscale: #CBCBCB. Windows color (decimal): -3355448 or 13159628. OLE color: 13159628.

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

Color convert

RGB204204200-
CMYK000.020.2
HSL60º3.77%79.22%-
HSV(B)60º1.96%80%-
XYZ56.9260.1963.26-
YUV203.54126128.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=33.55%
G=33.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204200000.020.2603.7779.22
HexCCCCC8002143c44f
Octal31431431000224744117
Binary1100110011001100110010000010101001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCC8; }

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

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

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

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

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

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

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

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