#CFFFE7

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

Shades of White Ice #CFFFE7

Tints of White Ice #CFFFE7

Color information

#CFFFE7 (or 0xCFFFE7) is unknown color: approx White Ice. HEX triplet: CF, FF and E7. RGB value is (207,255,231). Sum of RGB (Red+Green+Blue) = 207+255+231=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFE7 is #300018. Grayscale: #EDEDED. Windows color (decimal): -3145753 or 15204303. OLE color: 15204303.

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

Color convert

RGB207255231-
CMYK0.1900.090
HSL150º100%90.59%-
HSV(B)150º18.82%100%-
XYZ75.9290.5589.08-
YUV237.91124.1105.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 231 (90.62% from 255) = 33.33%
R=29.87%
G=36.80%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072552310.1900.09015010090.59
HexCFFFE71309096645b
Octal317377347230110226144133
Binary110011111111111111100111100110100101001011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFE7; }

 p { color: rgb(207,255,231); }

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

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

 a { background-color: rgb(207,255,231); }

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

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

 span { border-color: rgb(207,255,231); }

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