Html Css Color HEX #CCF2DC White Ice

📋 copy color: '#CCF2DC'

red 204 ◦ green 242 ◦ blue 220

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

Shades of White Ice #CCF2DC

Tints of White Ice #CCF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 220 (86.33% from 255) = 33.03%

R = 30.63%
G = 36.34%
B = 33.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CCF2DC (or 0xCCF2DC) is known color: White Ice. HEX triplet: CC, F2 and DC. RGB value is (204,242,220). Sum of RGB (Red+Green+Blue) = 204+242+220=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2DC is #330D23. Grayscale: #E4E4E4. Windows color (decimal): -3345700 or 14480076. OLE color: 14480076.

HSL color Cylindrical-coordinate representation of color #CCF2DC: hue angle of 145.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2DC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 220 -
CMYK 0.16 0 0.09 0.05
HSL 145.26º 0.59% 0.87% -
HSV(B) 145.26º 0.16% 0.95% -
XYZ 69.57 81.51 79.78 -
YUV 228.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 204 242 220 0.16 0 0.09 0.05 145.26 0.59 0.87
Hex CC F2 DC 10 0 9 5 91 3B 57
Octal 314 362 334 20 0 11 5 221 73 127
Binary 11001100 11110010 11011100 10000 0 1001 101 10010001 111011 1010111

Color Harmonies of #CCF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2DC

Black with #CCF2DC

Text Example


Text Example

White with #CCF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2DC; }

 p { color: rgb(204,242,220); }

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

background-color css

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

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

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

border-color css

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

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

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