#D2DDDA

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

Shades of Iceberg #D2DDDA

Tints of Iceberg #D2DDDA

Color information

#D2DDDA (or 0xD2DDDA) is unknown color: approx Iceberg. HEX triplet: D2, DD and DA. RGB value is (210,221,218). Sum of RGB (Red+Green+Blue) = 210+221+218=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDDA is #2D2225. Grayscale: #D9D9D9. Windows color (decimal): -2957862 or 14343634. OLE color: 14343634.

HSL color Cylindrical-coordinate representation of color #D2DDDA: 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 #D2DDDA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB210221218-
CMYK0.0500.010.13
HSL163.64º13.92%84.51%-
HSV(B)163.64º4.98%86.67%-
XYZ65.0970.4876.5-
YUV217.37128.36122.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 218 (85.55% 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
Decimal2102212180.0500.010.13163.6413.9284.51
HexD2DDDA501Da4e55
Octal3223353325011524416125
Binary1101001011011101110110101010111011010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDDA; }

 p { color: rgb(210,221,218); }

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

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

 a { background-color: rgb(210,221,218); }

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

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

 span { border-color: rgb(210,221,218); }

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