#CEFFE3

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

Shades of White Ice #CEFFE3

Tints of White Ice #CEFFE3

Color information

#CEFFE3 (or 0xCEFFE3) is unknown color: approx White Ice. HEX triplet: CE, FF and E3. RGB value is (206,255,227). Sum of RGB (Red+Green+Blue) = 206+255+227=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFE3 is #31001C. Grayscale: #EDEDED. Windows color (decimal): -3211293 or 14942158. OLE color: 14942158.

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

Color convert

RGB206255227-
CMYK0.1900.110
HSL145.71º100%90.39%-
HSV(B)145.71º19.22%100%-
XYZ75.0890.1986.12-
YUV237.16122.27105.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 227 (89.06% from 255) = 32.99%
R=29.94%
G=37.06%
B=32.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552270.1900.110145.7110090.39
HexCEFFE3130B092645a
Octal316377343230130222144132
Binary110011101111111111100011100110101101001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFE3; }

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

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

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

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

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

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

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

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