#D0DBD7

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

Shades of Iceberg #D0DBD7

Tints of Iceberg #D0DBD7

Color information

#D0DBD7 (or 0xD0DBD7) is unknown color: approx Iceberg. HEX triplet: D0, DB and D7. RGB value is (208,219,215). Sum of RGB (Red+Green+Blue) = 208+219+215=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBD7 is #2F2428. Grayscale: #D7D7D7. Windows color (decimal): -3089449 or 14146512. OLE color: 14146512.

HSL color Cylindrical-coordinate representation of color #D0DBD7: hue angle of 158.18º 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 #D0DBD7 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB208219215-
CMYK0.0500.020.14
HSL158.18º13.25%83.73%-
HSV(B)158.18º5.02%85.88%-
XYZ63.6168.9874.25-
YUV215.26127.86122.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.40%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=32.40%
G=34.11%
B=33.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192150.0500.020.14158.1813.2583.73
HexD0DBD7502E9ed54
Octal3203333275021623615124
Binary11010000110110111101011110101011101001111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBD7; }

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

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

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

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

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

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

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

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