#CFFFE3

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

Shades of White Ice #CFFFE3

Tints of White Ice #CFFFE3

Color information

#CFFFE3 (or 0xCFFFE3) is unknown color: approx White Ice. HEX triplet: CF, FF and E3. RGB value is (207,255,227). Sum of RGB (Red+Green+Blue) = 207+255+227=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFE3 is #30001C. Grayscale: #EDEDED. Windows color (decimal): -3145757 or 14942159. OLE color: 14942159.

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

Color convert

RGB207255227-
CMYK0.1900.110
HSL145º100%90.59%-
HSV(B)145º18.82%100%-
XYZ75.3690.3386.14-
YUV237.46122.1106.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 227 (89.06% from 255) = 32.95%
R=30.04%
G=37.01%
B=32.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072552270.1900.11014510090.59
HexCFFFE3130B091645b
Octal317377343230130221144133
Binary110011111111111111100011100110101101001000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFE3; }

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

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

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

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

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

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

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

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