#CCFDE4

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

Shades of White Ice #CCFDE4

Tints of White Ice #CCFDE4

Color information

#CCFDE4 (or 0xCCFDE4) is unknown color: approx White Ice. HEX triplet: CC, FD and E4. RGB value is (204,253,228). Sum of RGB (Red+Green+Blue) = 204+253+228=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE4 is #33021B. Grayscale: #EBEBEB. Windows color (decimal): -3342876 or 15007180. OLE color: 15007180.

HSL color Cylindrical-coordinate representation of color #CCFDE4: hue angle of 149.39º 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 #CCFDE4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB204253228-
CMYK0.1900.100.01
HSL149.39º92.45%89.61%-
HSV(B)149.39º19.37%99.22%-
XYZ74.0388.6986.62-
YUV235.5123.77105.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=29.78%
G=36.93%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532280.1900.100.01149.3992.4589.61
HexCCFDE4130A1955c5a
Octal314375344230121225134132
Binary110011001111110111100100100110101011001010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDE4; }

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

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

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

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

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

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

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

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