Html Css Color HEX #CCF1DD White Ice

📋 copy color: '#CCF1DD'

red 204 ◦ green 241 ◦ blue 221

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

Shades of White Ice #CCF1DD

Tints of White Ice #CCF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 30.63%
G = 36.19%
B = 33.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#CCF1DD (or 0xCCF1DD) is known color: White Ice. HEX triplet: CC, F1 and DD. RGB value is (204,241,221). Sum of RGB (Red+Green+Blue) = 204+241+221=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1DD is #330E22. Grayscale: #E3E3E3. Windows color (decimal): -3345955 or 14545356. OLE color: 14545356.

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

Color convert

RGB 204 241 221 -
CMYK 0.15 0 0.08 0.05
HSL 147.57º 0.57% 0.87% -
HSV(B) 147.57º 0.15% 0.95% -
XYZ 69.41 80.97 80.38 -
YUV 227.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 204 241 221 0.15 0 0.08 0.05 147.57 0.57 0.87
Hex CC F1 DD F 0 8 5 94 39 57
Octal 314 361 335 17 0 10 5 224 71 127
Binary 11001100 11110001 11011101 1111 0 1000 101 10010100 111001 1010111

Color Harmonies of #CCF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1DD

Black with #CCF1DD

Text Example


Text Example

White with #CCF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1DD; }

 p { color: rgb(204,241,221); }

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

background-color css

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

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

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

border-color css

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

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

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