#D0E2DD

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

Shades of Iceberg #D0E2DD

Tints of Iceberg #D0E2DD

Color information

#D0E2DD (or 0xD0E2DD) is unknown color: approx Iceberg. HEX triplet: D0, E2 and DD. RGB value is (208,226,221). Sum of RGB (Red+Green+Blue) = 208+226+221=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2DD is #2F1D22. Grayscale: #DCDCDC. Windows color (decimal): -3087651 or 14541520. OLE color: 14541520.

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

Color convert

RGB208226221-
CMYK0.0800.020.11
HSL163.33º23.68%85.1%-
HSV(B)163.33º7.96%88.63%-
XYZ66.2673.0279.01-
YUV220.05128.54119.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=31.76%
G=34.50%
B=33.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082262210.0800.020.11163.3323.6885.1
HexD0E2DD802Ba31855
Octal32034233510021324330125
Binary1101000011100010110111011000010101110100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E2DD; }

 p { color: rgb(208,226,221); }

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

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

 a { background-color: rgb(208,226,221); }

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

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

 span { border-color: rgb(208,226,221); }

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