#CCF0DF

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

Shades of White Ice #CCF0DF

Tints of White Ice #CCF0DF

Color information

#CCF0DF (or 0xCCF0DF) is unknown color: approx White Ice. HEX triplet: CC, F0 and DF. RGB value is (204,240,223). Sum of RGB (Red+Green+Blue) = 204+240+223=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DF is #330F20. Grayscale: #E3E3E3. Windows color (decimal): -3346209 or 14676172. OLE color: 14676172.

HSL color Cylindrical-coordinate representation of color #CCF0DF: hue angle of 151.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB204240223-
CMYK0.1500.070.06
HSL151.67º54.55%87.06%-
HSV(B)151.67º15%94.12%-
XYZ69.3880.4981.69-
YUV227.3125.57111.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=30.58%
G=35.98%
B=33.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402230.1500.070.06151.6754.5587.06
HexCCF0DFF076983757
Octal3143603371707623067127
Binary11001100111100001101111111110111110100110001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0DF; }

 p { color: rgb(204,240,223); }

 H1.HeaderClassName
 {
   color: #CCF0DF;
 }
 .AnyTagClassName
 {
   color: #CCF0DF;
 }
</style>
background-color css

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

 a { background-color: rgb(204,240,223); }

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

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

 span { border-color: rgb(204,240,223); }

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