#CCFFE1

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

Shades of White Ice #CCFFE1

Tints of White Ice #CCFFE1

Color information

#CCFFE1 (or 0xCCFFE1) is unknown color: approx White Ice. HEX triplet: CC, FF and E1. RGB value is (204,255,225). Sum of RGB (Red+Green+Blue) = 204+255+225=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFE1 is #33001E. Grayscale: #ECECEC. Windows color (decimal): -3342367 or 14811084. OLE color: 14811084.

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

Color convert

RGB204255225-
CMYK0.200.120
HSL144.71º100%90%-
HSV(B)144.71º20%100%-
XYZ74.2589.7984.65-
YUV236.33121.6104.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=29.82%
G=37.28%
B=32.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552250.200.120144.7110090
HexCCFFE1140C091645a
Octal314377341240140221144132
Binary110011001111111111100001101000110001001000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFE1; }

 p { color: rgb(204,255,225); }

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

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

 a { background-color: rgb(204,255,225); }

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

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

 span { border-color: rgb(204,255,225); }

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