#CCFDDF

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

Shades of White Ice #CCFDDF

Tints of White Ice #CCFDDF

Color information

#CCFDDF (or 0xCCFDDF) is unknown color: approx White Ice. HEX triplet: CC, FD and DF. RGB value is (204,253,223). Sum of RGB (Red+Green+Blue) = 204+253+223=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDF is #330220. Grayscale: #EAEAEA. Windows color (decimal): -3342881 or 14679500. OLE color: 14679500.

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

Color convert

RGB204253223-
CMYK0.1900.120.01
HSL143.27º92.45%89.61%-
HSV(B)143.27º19.37%99.22%-
XYZ73.3588.4283.01-
YUV234.93121.27105.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=30%
G=37.21%
B=32.79%

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
Decimal2042532230.1900.120.01143.2792.4589.61
HexCCFDDF130C18f5c5a
Octal314375337230141217134132
Binary110011001111110111011111100110110011000111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDDF; }

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

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

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

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

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

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

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

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