#D4DDDA

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

Shades of Iceberg #D4DDDA

Tints of Iceberg #D4DDDA

Color information

#D4DDDA (or 0xD4DDDA) is unknown color: approx Iceberg. HEX triplet: D4, DD and DA. RGB value is (212,221,218). Sum of RGB (Red+Green+Blue) = 212+221+218=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDDA is #2B2225. Grayscale: #D9D9D9. Windows color (decimal): -2826790 or 14343636. OLE color: 14343636.

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

Color convert

RGB212221218-
CMYK0.0400.010.13
HSL160º11.69%84.9%-
HSV(B)160º4.07%86.67%-
XYZ65.6670.7776.53-
YUV217.97128.02123.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.57%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=32.57%
G=33.95%
B=33.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122212180.0400.010.1316011.6984.9
HexD4DDDA401Da0c55
Octal3243353324011524014125
Binary1101010011011101110110101000111011010000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDDA; }

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

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

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

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

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

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

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

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