#CCCCC5

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

Shades of Celeste #CCCCC5

Tints of Celeste #CCCCC5

Color information

#CCCCC5 (or 0xCCCCC5) is unknown color: approx Celeste. HEX triplet: CC, CC and C5. RGB value is (204,204,197). Sum of RGB (Red+Green+Blue) = 204+204+197=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC5 is #33333A. Grayscale: #CBCBCB. Windows color (decimal): -3355451 or 12963020. OLE color: 12963020.

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

Color convert

RGB204204197-
CMYK000.030.2
HSL60º6.42%78.63%-
HSV(B)60º3.43%80%-
XYZ56.5760.0561.43-
YUV203.2124.5128.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=33.72%
G=33.72%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204197000.030.2606.4278.63
HexCCCCC5003143c64f
Octal31431430500324746117
Binary1100110011001100110001010011101001111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCC5; }

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

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

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

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

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

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

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

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