Html Css Color HEX #CCCCC3 Celeste

📋 copy color: '#CCCCC3'

red 204 ◦ green 204 ◦ blue 195

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

Shades of Celeste #CCCCC3

Tints of Celeste #CCCCC3

RGB

 RED value IS 204 (80.08% from 255) = 33.83%

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 195 (76.56% from 255) = 32.34%

R = 33.83%
G = 33.83%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCCCC3 (or 0xCCCCC3) is known color: Celeste. HEX triplet: CC, CC and C3. RGB value is (204,204,195). Sum of RGB (Red+Green+Blue) = 204+204+195=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC3 is #33333C. Grayscale: #CBCBCB. Windows color (decimal): -3355453 or 12831948. OLE color: 12831948.

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

Color convert

RGB 204 204 195 -
CMYK 0 0 0.04 0.2
HSL 60º 0.08% 0.78% -
HSV(B) 60º 0.04% 0.8% -
XYZ 56.35 59.96 60.23 -
YUV 202.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 204 204 195 0 0 0.04 0.2 60 0.08 0.78
Hex CC CC C3 0 0 4 14 3C 8 4E
Octal 314 314 303 0 0 4 24 74 10 116
Binary 11001100 11001100 11000011 0 0 100 10100 111100 1000 1001110

Color Harmonies of #CCCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCC3

Black with #CCCCC3

Text Example


Text Example

White with #CCCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCC3; }

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

 H1.HeaderClassName
 {
   color: #CCCCC3;
 }
 .AnyTagClassName
 {
   color: #CCCCC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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