#CCF8DD

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

Shades of White Ice #CCF8DD

Tints of White Ice #CCF8DD

Color information

#CCF8DD (or 0xCCF8DD) is unknown color: approx White Ice. HEX triplet: CC, F8 and DD. RGB value is (204,248,221). Sum of RGB (Red+Green+Blue) = 204+248+221=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DD is #330722. Grayscale: #E7E7E7. Windows color (decimal): -3344163 or 14547148. OLE color: 14547148.

HSL color Cylindrical-coordinate representation of color #CCF8DD: hue angle of 143.18º 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 #CCF8DD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB204248221-
CMYK0.1800.110.03
HSL143.18º75.86%88.63%-
HSV(B)143.18º17.74%97.25%-
XYZ71.5285.1981.08-
YUV231.77121.92108.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=30.31%
G=36.85%
B=32.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482210.1800.110.03143.1875.8688.63
HexCCF8DD120B38f4c59
Octal314370335220133217114131
Binary1100110011111000110111011001001011111000111110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8DD; }

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

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

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

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

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

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

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

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