#D5DBD9

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

Shades of Iceberg #D5DBD9

Tints of Iceberg #D5DBD9

Color information

#D5DBD9 (or 0xD5DBD9) is unknown color: approx Iceberg. HEX triplet: D5, DB and D9. RGB value is (213,219,217). Sum of RGB (Red+Green+Blue) = 213+219+217=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD9 is #2A2426. Grayscale: #D8D8D8. Windows color (decimal): -2761767 or 14277589. OLE color: 14277589.

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

Color convert

RGB213219217-
CMYK0.0300.010.14
HSL160º7.69%84.71%-
HSV(B)160º2.74%85.88%-
XYZ65.369.8275.68-
YUV216.98128.01125.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.82%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 217 (85.16% from 255) = 33.44%
R=32.82%
G=33.74%
B=33.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192170.0300.010.141607.6984.71
HexD5DBD9301Ea0855
Octal3253333313011624010125
Binary110101011101101111011001110111101010000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBD9; }

 p { color: rgb(213,219,217); }

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

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

 a { background-color: rgb(213,219,217); }

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

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

 span { border-color: rgb(213,219,217); }

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