#CFF7E1

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

Shades of White Ice #CFF7E1

Tints of White Ice #CFF7E1

Color information

#CFF7E1 (or 0xCFF7E1) is unknown color: approx White Ice. HEX triplet: CF, F7 and E1. RGB value is (207,247,225). Sum of RGB (Red+Green+Blue) = 207+247+225=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7E1 is #30081E. Grayscale: #E8E8E8. Windows color (decimal): -3147807 or 14809039. OLE color: 14809039.

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

Color convert

RGB207247225-
CMYK0.1600.090.03
HSL147º71.43%89.02%-
HSV(B)147º16.19%96.86%-
XYZ72.5885.2283.86-
YUV232.53123.75109.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 247 (96.88% from 255) = 36.38%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=30.49%
G=36.38%
B=33.14%

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
Decimal2072472250.1600.090.0314771.4389.02
HexCFF7E110093934759
Octal317367341200113223107131
Binary1100111111110111111000011000001001111001001110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7E1; }

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

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

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

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

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

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

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

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