#CCFEE4

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

Shades of White Ice #CCFEE4

Tints of White Ice #CCFEE4

Color information

#CCFEE4 (or 0xCCFEE4) is unknown color: approx White Ice. HEX triplet: CC, FE and E4. RGB value is (204,254,228). Sum of RGB (Red+Green+Blue) = 204+254+228=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE4 is #33011B. Grayscale: #ECECEC. Windows color (decimal): -3342620 or 15007436. OLE color: 15007436.

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

Color convert

RGB204254228-
CMYK0.2000.100.00
HSL148.8º96.15%89.8%-
HSV(B)148.8º19.69%99.61%-
XYZ74.3589.3286.72-
YUV236.09123.44105.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=29.74%
G=37.03%
B=33.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542280.2000.100.00148.896.1589.8
HexCCFEE4140A095605a
Octal314376344240120225140132
Binary110011001111111011100100101000101001001010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEE4; }

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

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

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

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

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

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

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

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