#CCF8DE

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

Shades of White Ice #CCF8DE

Tints of White Ice #CCF8DE

Color information

#CCF8DE (or 0xCCF8DE) is unknown color: approx White Ice. HEX triplet: CC, F8 and DE. RGB value is (204,248,222). Sum of RGB (Red+Green+Blue) = 204+248+222=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DE is #330721. Grayscale: #E7E7E7. Windows color (decimal): -3344162 or 14612684. OLE color: 14612684.

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

Color convert

RGB204248222-
CMYK0.1800.100.03
HSL144.55º75.86%88.63%-
HSV(B)144.55º17.74%97.25%-
XYZ71.6585.2581.78-
YUV231.88122.42108.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=30.27%
G=36.80%
B=32.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482220.1800.100.03144.5575.8688.63
HexCCF8DE120A3914c59
Octal314370336220123221114131
Binary1100110011111000110111101001001010111001000110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8DE; }

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

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

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

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

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

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

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

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