#D0E1DA

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

Shades of Iceberg #D0E1DA

Tints of Iceberg #D0E1DA

Color information

#D0E1DA (or 0xD0E1DA) is unknown color: approx Iceberg. HEX triplet: D0, E1 and DA. RGB value is (208,225,218). Sum of RGB (Red+Green+Blue) = 208+225+218=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1DA is #2F1E25. Grayscale: #DBDBDB. Windows color (decimal): -3087910 or 14344656. OLE color: 14344656.

HSL color Cylindrical-coordinate representation of color #D0E1DA: hue angle of 155.29º degrees, saturation: 0.22, 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 #D0E1DA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB208225218-
CMYK0.0800.030.12
HSL155.29º22.08%84.9%-
HSV(B)155.29º7.56%88.24%-
XYZ65.5972.3276.83-
YUV219.12127.37120.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=31.95%
G=34.56%
B=33.49%

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
Decimal2082252180.0800.030.12155.2922.0884.9
HexD0E1DA803C9b1655
Octal32034133210031423326125
Binary1101000011100001110110101000011110010011011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1DA; }

 p { color: rgb(208,225,218); }

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

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

 a { background-color: rgb(208,225,218); }

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

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

 span { border-color: rgb(208,225,218); }

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