#CFF7E0

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

Shades of White Ice #CFF7E0

Tints of White Ice #CFF7E0

Color information

#CFF7E0 (or 0xCFF7E0) is unknown color: approx White Ice. HEX triplet: CF, F7 and E0. RGB value is (207,247,224). Sum of RGB (Red+Green+Blue) = 207+247+224=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7E0 is #30081F. Grayscale: #E8E8E8. Windows color (decimal): -3147808 or 14743503. OLE color: 14743503.

HSL color Cylindrical-coordinate representation of color #CFF7E0: hue angle of 145.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 #CFF7E0 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB207247224-
CMYK0.1600.090.03
HSL145.5º71.43%89.02%-
HSV(B)145.5º16.19%96.86%-
XYZ72.4585.1783.14-
YUV232.42123.25109.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.53%
GREEN value IS 247 (96.88% from 255) = 36.43%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=30.53%
G=36.43%
B=33.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472240.1600.090.03145.571.4389.02
HexCFF7E010093924759
Octal317367340200113222107131
Binary1100111111110111111000001000001001111001001010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7E0; }

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

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

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

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

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

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

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

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