#CEE2DB

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

Shades of Iceberg #CEE2DB

Tints of Iceberg #CEE2DB

Color information

#CEE2DB (or 0xCEE2DB) is unknown color: approx Iceberg. HEX triplet: CE, E2 and DB. RGB value is (206,226,219). Sum of RGB (Red+Green+Blue) = 206+226+219=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2DB is #311D24. Grayscale: #DBDBDB. Windows color (decimal): -3218725 or 14410446. OLE color: 14410446.

HSL color Cylindrical-coordinate representation of color #CEE2DB: hue angle of 159º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE2DB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB206226219-
CMYK0.0900.030.11
HSL159º25.64%84.71%-
HSV(B)159º8.85%88.63%-
XYZ65.4472.6377.59-
YUV219.22127.87118.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=31.64%
G=34.72%
B=33.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062262190.0900.030.1115925.6484.71
HexCEE2DB903B9f1a55
Octal31634233311031323732125
Binary1100111011100010110110111001011101110011111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2DB; }

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

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

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

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

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

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

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

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