#CCFCDE

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

Shades of White Ice #CCFCDE

Tints of White Ice #CCFCDE

Color information

#CCFCDE (or 0xCCFCDE) is unknown color: approx White Ice. HEX triplet: CC, FC and DE. RGB value is (204,252,222). Sum of RGB (Red+Green+Blue) = 204+252+222=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDE is #330321. Grayscale: #EAEAEA. Windows color (decimal): -3343138 or 14613708. OLE color: 14613708.

HSL color Cylindrical-coordinate representation of color #CCFCDE: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCDE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB204252222-
CMYK0.1900.120.01
HSL142.5º88.89%89.41%-
HSV(B)142.5º19.05%98.82%-
XYZ72.987.7382.2-
YUV234.23121.1106.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=30.09%
G=37.17%
B=32.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522220.1900.120.01142.588.8989.41
HexCCFCDE130C18e5959
Octal314374336230141216131131
Binary110011001111110011011110100110110011000111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCDE; }

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

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

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

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

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

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

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

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