Html Css Color HEX #CCF2DE White Ice

📋 copy color: '#CCF2DE'

red 204 ◦ green 242 ◦ blue 222

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

Shades of White Ice #CCF2DE

Tints of White Ice #CCF2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.23%

R = 30.54%
G = 36.23%
B = 33.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#CCF2DE (or 0xCCF2DE) is known color: White Ice. HEX triplet: CC, F2 and DE. RGB value is (204,242,222). Sum of RGB (Red+Green+Blue) = 204+242+222=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2DE is #330D21. Grayscale: #E4E4E4. Windows color (decimal): -3345698 or 14611148. OLE color: 14611148.

HSL color Cylindrical-coordinate representation of color #CCF2DE: hue angle of 148.42º 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 #CCF2DE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 222 -
CMYK 0.16 0 0.08 0.05
HSL 148.42º 0.59% 0.87% -
HSV(B) 148.42º 0.16% 0.95% -
XYZ 69.84 81.62 81.18 -
YUV 228.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 204 242 222 0.16 0 0.08 0.05 148.42 0.59 0.87
Hex CC F2 DE 10 0 8 5 94 3B 57
Octal 314 362 336 20 0 10 5 224 73 127
Binary 11001100 11110010 11011110 10000 0 1000 101 10010100 111011 1010111

Color Harmonies of #CCF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2DE

Black with #CCF2DE

Text Example


Text Example

White with #CCF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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