#D6DBD9

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

Shades of Iceberg #D6DBD9

Tints of Iceberg #D6DBD9

Color information

#D6DBD9 (or 0xD6DBD9) is unknown color: approx Iceberg. HEX triplet: D6, DB and D9. RGB value is (214,219,217). Sum of RGB (Red+Green+Blue) = 214+219+217=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBD9 is #292426. Grayscale: #D9D9D9. Windows color (decimal): -2696231 or 14277590. OLE color: 14277590.

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

Color convert

RGB214219217-
CMYK0.0200.010.14
HSL156º6.49%84.9%-
HSV(B)156º2.28%85.88%-
XYZ65.5969.9775.69-
YUV217.28127.84125.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=32.92%
G=33.69%
B=33.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142192170.0200.010.141566.4984.9
HexD6DBD9201E9c655
Octal326333331201162346125
Binary11010110110110111101100110011110100111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBD9; }

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

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

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

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

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

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

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

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