#D2DFDB

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

Shades of Iceberg #D2DFDB

Tints of Iceberg #D2DFDB

Color information

#D2DFDB (or 0xD2DFDB) is unknown color: approx Iceberg. HEX triplet: D2, DF and DB. RGB value is (210,223,219). Sum of RGB (Red+Green+Blue) = 210+223+219=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFDB is #2D2024. Grayscale: #DADADA. Windows color (decimal): -2957349 or 14409682. OLE color: 14409682.

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

Color convert

RGB210223219-
CMYK0.0600.020.13
HSL161.54º16.88%84.9%-
HSV(B)161.54º5.83%87.45%-
XYZ65.7571.5977.37-
YUV218.66128.19121.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=32.21%
G=34.20%
B=33.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102232190.0600.020.13161.5416.8884.9
HexD2DFDB602Da21155
Octal3223373336021524221125
Binary110100101101111111011011110010110110100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFDB; }

 p { color: rgb(210,223,219); }

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

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

 a { background-color: rgb(210,223,219); }

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

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

 span { border-color: rgb(210,223,219); }

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