Html Css Color HEX #CCCCC5 Celeste

📋 copy color: '#CCCCC5'

red 204 ◦ green 204 ◦ blue 197

#CCCCC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celeste #CCCCC5

Tints of Celeste #CCCCC5

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 value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCCCC5 (or 0xCCCCC5) is known color: 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

RGB 204 204 197 -
CMYK 0 0 0.03 0.2
HSL 60º 0.06% 0.79% -
HSV(B) 60º 0.03% 0.8% -
XYZ 56.57 60.05 61.43 -
YUV 203.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 204 204 197 0 0 0.03 0.2 60 0.06 0.79
Hex CC CC C5 0 0 3 14 3C 6 4F
Octal 314 314 305 0 0 3 24 74 6 117
Binary 11001100 11001100 11000101 0 0 11 10100 111100 110 1001111

Color Harmonies of #CCCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCC5

Black with #CCCCC5

Text Example


Text Example

White with #CCCCC5

Text Example


Text Example

HTML Codes & Css Web 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>