#D0DBD8

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

Shades of Iceberg #D0DBD8

Tints of Iceberg #D0DBD8

Color information

#D0DBD8 (or 0xD0DBD8) is unknown color: approx Iceberg. HEX triplet: D0, DB and D8. RGB value is (208,219,216). Sum of RGB (Red+Green+Blue) = 208+219+216=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBD8 is #2F2427. Grayscale: #D7D7D7. Windows color (decimal): -3089448 or 14212048. OLE color: 14212048.

HSL color Cylindrical-coordinate representation of color #D0DBD8: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DBD8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB208219216-
CMYK0.0500.010.14
HSL163.64º13.25%83.73%-
HSV(B)163.64º5.02%85.88%-
XYZ63.7469.0374.93-
YUV215.37128.36122.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=32.35%
G=34.06%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192160.0500.010.14163.6413.2583.73
HexD0DBD8501Ea4d54
Octal3203333305011624415124
Binary1101000011011011110110001010111101010010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBD8; }

 p { color: rgb(208,219,216); }

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

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

 a { background-color: rgb(208,219,216); }

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

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

 span { border-color: rgb(208,219,216); }

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