#CFFEE4

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

Shades of White Ice #CFFEE4

Tints of White Ice #CFFEE4

Color information

#CFFEE4 (or 0xCFFEE4) is unknown color: approx White Ice. HEX triplet: CF, FE and E4. RGB value is (207,254,228). Sum of RGB (Red+Green+Blue) = 207+254+228=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEE4 is #30011B. Grayscale: #EDEDED. Windows color (decimal): -3146012 or 15007439. OLE color: 15007439.

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

Color convert

RGB207254228-
CMYK0.1900.100.00
HSL146.81º95.92%90.39%-
HSV(B)146.81º18.5%99.61%-
XYZ75.1889.7586.76-
YUV236.98122.93106.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=30.04%
G=36.87%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542280.1900.100.00146.8195.9290.39
HexCFFEE4130A093605a
Octal317376344230120223140132
Binary110011111111111011100100100110101001001001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEE4; }

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

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

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

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

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

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

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

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