#CEEEDB

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

Shades of White Ice #CEEEDB

Tints of White Ice #CEEEDB

Color information

#CEEEDB (or 0xCEEEDB) is unknown color: approx White Ice. HEX triplet: CE, EE and DB. RGB value is (206,238,219). Sum of RGB (Red+Green+Blue) = 206+238+219=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEDB is #311124. Grayscale: #E2E2E2. Windows color (decimal): -3215653 or 14413518. OLE color: 14413518.

HSL color Cylindrical-coordinate representation of color #CEEEDB: hue angle of 144.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEEDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB206238219-
CMYK0.1300.080.07
HSL144.38º48.48%87.06%-
HSV(B)144.38º13.45%93.33%-
XYZ68.8179.3978.71-
YUV226.27123.9113.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=31.07%
G=35.90%
B=33.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382190.1300.080.07144.3848.4887.06
HexCEEEDBD087903057
Octal31635633315010722060127
Binary110011101110111011011011110101000111100100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEDB; }

 p { color: rgb(206,238,219); }

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

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

 a { background-color: rgb(206,238,219); }

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

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

 span { border-color: rgb(206,238,219); }

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