Html Css Color HEX #CCF7DE White Ice

📋 copy color: '#CCF7DE'

red 204 ◦ green 247 ◦ blue 222

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

Shades of White Ice #CCF7DE

Tints of White Ice #CCF7DE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.7%

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

R = 30.31%
G = 36.7%
B = 32.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#CCF7DE (or 0xCCF7DE) is known color: White Ice. HEX triplet: CC, F7 and DE. RGB value is (204,247,222). Sum of RGB (Red+Green+Blue) = 204+247+222=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DE is #330821. Grayscale: #E7E7E7. Windows color (decimal): -3344418 or 14612428. OLE color: 14612428.

HSL color Cylindrical-coordinate representation of color #CCF7DE: hue angle of 145.12º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7DE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 222 -
CMYK 0.17 0 0.10 0.03
HSL 145.12º 0.73% 0.88% -
HSV(B) 145.12º 0.17% 0.97% -
XYZ 71.35 84.63 81.68 -
YUV 231.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 204 247 222 0.17 0 0.10 0.03 145.12 0.73 0.88
Hex CC F7 DE 11 0 A 3 91 49 58
Octal 314 367 336 21 0 12 3 221 111 130
Binary 11001100 11110111 11011110 10001 0 1010 11 10010001 1001001 1011000

Color Harmonies of #CCF7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7DE

Black with #CCF7DE

Text Example


Text Example

White with #CCF7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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