#CEE1DB

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

Shades of Iceberg #CEE1DB

Tints of Iceberg #CEE1DB

Color information

#CEE1DB (or 0xCEE1DB) is unknown color: approx Iceberg. HEX triplet: CE, E1 and DB. RGB value is (206,225,219). Sum of RGB (Red+Green+Blue) = 206+225+219=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DB is #311E24. Grayscale: #DADADA. Windows color (decimal): -3218981 or 14410190. OLE color: 14410190.

HSL color Cylindrical-coordinate representation of color #CEE1DB: hue angle of 161.05º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB206225219-
CMYK0.0800.030.12
HSL161.05º24.05%84.51%-
HSV(B)161.05º8.44%88.24%-
XYZ65.1672.0977.5-
YUV218.64128.21118.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=31.69%
G=34.62%
B=33.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252190.0800.030.12161.0524.0584.51
HexCEE1DB803Ca11855
Octal31634133310031424130125
Binary1100111011100001110110111000011110010100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1DB; }

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

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

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

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

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

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

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

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