#D8DBDA

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

Shades of Iceberg #D8DBDA

Tints of Iceberg #D8DBDA

Color information

#D8DBDA (or 0xD8DBDA) is unknown color: approx Iceberg. HEX triplet: D8, DB and DA. RGB value is (216,219,218). Sum of RGB (Red+Green+Blue) = 216+219+218=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDA is #272425. Grayscale: #D9D9D9. Windows color (decimal): -2565158 or 14343128. OLE color: 14343128.

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

Color convert

RGB216219218-
CMYK0.0100.000.14
HSL160º4%85.29%-
HSV(B)160º1.37%85.88%-
XYZ66.3170.3276.41-
YUV217.99128.01126.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=33.08%
G=33.54%
B=33.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162192180.0100.000.14160485.29
HexD8DBDA100Ea0455
Octal330333332100162404125
Binary1101100011011011110110101001110101000001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBDA; }

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

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

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

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

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

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

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

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