#CFEFE1

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

Shades of White Ice #CFEFE1

Tints of White Ice #CFEFE1

Color information

#CFEFE1 (or 0xCFEFE1) is unknown color: approx White Ice. HEX triplet: CF, EF and E1. RGB value is (207,239,225). Sum of RGB (Red+Green+Blue) = 207+239+225=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFE1 is #30101E. Grayscale: #E3E3E3. Windows color (decimal): -3149855 or 14806991. OLE color: 14806991.

HSL color Cylindrical-coordinate representation of color #CFEFE1: hue angle of 153.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB207239225-
CMYK0.1300.060.06
HSL153.75º50%87.45%-
HSV(B)153.75º13.39%93.73%-
XYZ70.1980.4383.06-
YUV227.84126.4113.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=30.85%
G=35.62%
B=33.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392250.1300.060.06153.755087.45
HexCFEFE1D0669a3257
Octal3173573411506623262127
Binary11001111111011111110000111010110110100110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFE1; }

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

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

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

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

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

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

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

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