#CCF1DD

Color #CCF1DD White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CCF1DD

Tints of White Ice #CCF1DD

Color information

#CCF1DD (or 0xCCF1DD) is unknown color: approx 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

RGB204241221-
CMYK0.1500.080.05
HSL147.57º56.92%87.25%-
HSV(B)147.57º15.35%94.51%-
XYZ69.4180.9780.38-
YUV227.66124.24111.13-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412210.1500.080.05147.5756.9287.25
HexCCF1DDF085943957
Octal31436133517010522471127
Binary110011001111000111011101111101000101100101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>