Html Css Color HEX #CCCCC2 Celeste

📋 copy color: '#CCCCC2'

red 204 ◦ green 204 ◦ blue 194

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

Shades of Celeste #CCCCC2

Tints of Celeste #CCCCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.23%

R = 33.89%
G = 33.89%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCCCC2 (or 0xCCCCC2) is known color: Celeste. HEX triplet: CC, CC and C2. RGB value is (204,204,194). Sum of RGB (Red+Green+Blue) = 204+204+194=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC2 is #33333D. Grayscale: #CACACA. Windows color (decimal): -3355454 or 12766412. OLE color: 12766412.

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

Color convert

RGB 204 204 194 -
CMYK 0 0 0.05 0.2
HSL 60º 0.09% 0.78% -
HSV(B) 60º 0.05% 0.8% -
XYZ 56.23 59.92 59.64 -
YUV 202.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 204 204 194 0 0 0.05 0.2 60 0.09 0.78
Hex CC CC C2 0 0 5 14 3C 9 4E
Octal 314 314 302 0 0 5 24 74 11 116
Binary 11001100 11001100 11000010 0 0 101 10100 111100 1001 1001110

Color Harmonies of #CCCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCC2

Black with #CCCCC2

Text Example


Text Example

White with #CCCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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