#CFF7E4

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

Shades of White Ice #CFF7E4

Tints of White Ice #CFF7E4

Color information

#CFF7E4 (or 0xCFF7E4) is unknown color: approx White Ice. HEX triplet: CF, F7 and E4. RGB value is (207,247,228). Sum of RGB (Red+Green+Blue) = 207+247+228=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7E4 is #30081B. Grayscale: #E8E8E8. Windows color (decimal): -3147804 or 15005647. OLE color: 15005647.

HSL color Cylindrical-coordinate representation of color #CFF7E4: hue angle of 151.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7E4 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB207247228-
CMYK0.1600.080.03
HSL151.5º71.43%89.02%-
HSV(B)151.5º16.19%96.86%-
XYZ7385.3986.03-
YUV232.87125.25109.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=30.35%
G=36.22%
B=33.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472280.1600.080.03151.571.4389.02
HexCFF7E410083984759
Octal317367344200103230107131
Binary1100111111110111111001001000001000111001100010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7E4; }

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

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

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

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

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

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

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

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