#CEFCE6

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

Shades of White Ice #CEFCE6

Tints of White Ice #CEFCE6

Color information

#CEFCE6 (or 0xCEFCE6) is unknown color: approx White Ice. HEX triplet: CE, FC and E6. RGB value is (206,252,230). Sum of RGB (Red+Green+Blue) = 206+252+230=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCE6 is #310319. Grayscale: #EBEBEB. Windows color (decimal): -3212058 or 15137998. OLE color: 15137998.

HSL color Cylindrical-coordinate representation of color #CEFCE6: hue angle of 151.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCE6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB206252230-
CMYK0.1800.090.01
HSL151.3º88.46%89.8%-
HSV(B)151.3º18.25%98.82%-
XYZ74.5588.4688.01-
YUV235.74124.76106.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=29.94%
G=36.63%
B=33.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522300.1800.090.01151.388.4689.8
HexCEFCE61209197585a
Octal316374346220111227130132
Binary110011101111110011100110100100100111001011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCE6; }

 p { color: rgb(206,252,230); }

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

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

 a { background-color: rgb(206,252,230); }

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

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

 span { border-color: rgb(206,252,230); }

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