#D3DEDB

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

Shades of Iceberg #D3DEDB

Tints of Iceberg #D3DEDB

Color information

#D3DEDB (or 0xD3DEDB) is unknown color: approx Iceberg. HEX triplet: D3, DE and DB. RGB value is (211,222,219). Sum of RGB (Red+Green+Blue) = 211+222+219=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEDB is #2C2124. Grayscale: #DADADA. Windows color (decimal): -2892069 or 14409427. OLE color: 14409427.

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

Color convert

RGB211222219-
CMYK0.0500.010.13
HSL163.64º14.29%84.9%-
HSV(B)163.64º4.95%87.06%-
XYZ65.7771.2177.3-
YUV218.37128.36122.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.36%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=32.36%
G=34.05%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112222190.0500.010.13163.6414.2984.9
HexD3DEDB501Da4e55
Octal3233363335011524416125
Binary1101001111011110110110111010111011010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEDB; }

 p { color: rgb(211,222,219); }

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

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

 a { background-color: rgb(211,222,219); }

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

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

 span { border-color: rgb(211,222,219); }

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