#CCFDE5

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

Shades of White Ice #CCFDE5

Tints of White Ice #CCFDE5

Color information

#CCFDE5 (or 0xCCFDE5) is unknown color: approx White Ice. HEX triplet: CC, FD and E5. RGB value is (204,253,229). Sum of RGB (Red+Green+Blue) = 204+253+229=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE5 is #33021A. Grayscale: #EBEBEB. Windows color (decimal): -3342875 or 15072716. OLE color: 15072716.

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

Color convert

RGB204253229-
CMYK0.1900.090.01
HSL150.61º92.45%89.61%-
HSV(B)150.61º19.37%99.22%-
XYZ74.1788.7587.35-
YUV235.61124.27105.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=29.74%
G=36.88%
B=33.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532290.1900.090.01150.6192.4589.61
HexCCFDE513091975c5a
Octal314375345230111227134132
Binary110011001111110111100101100110100111001011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDE5; }

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

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

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

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

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

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

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

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