#CEFBE2

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

Shades of White Ice #CEFBE2

Tints of White Ice #CEFBE2

Color information

#CEFBE2 (or 0xCEFBE2) is unknown color: approx White Ice. HEX triplet: CE, FB and E2. RGB value is (206,251,226). Sum of RGB (Red+Green+Blue) = 206+251+226=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBE2 is #31041D. Grayscale: #EAEAEA. Windows color (decimal): -3212318 or 14875598. OLE color: 14875598.

HSL color Cylindrical-coordinate representation of color #CEFBE2: hue angle of 146.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB206251226-
CMYK0.1800.100.02
HSL146.67º84.91%89.61%-
HSV(B)146.67º17.93%98.43%-
XYZ73.6887.6184.98-
YUV234.7123.09107.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=30.16%
G=36.75%
B=33.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512260.1800.100.02146.6784.9189.61
HexCEFBE2120A293555a
Octal316373342220122223125132
Binary1100111011111011111000101001001010101001001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBE2; }

 p { color: rgb(206,251,226); }

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

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

 a { background-color: rgb(206,251,226); }

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

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

 span { border-color: rgb(206,251,226); }

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