#D2DFDA

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

Shades of Iceberg #D2DFDA

Tints of Iceberg #D2DFDA

Color information

#D2DFDA (or 0xD2DFDA) is unknown color: approx Iceberg. HEX triplet: D2, DF and DA. RGB value is (210,223,218). Sum of RGB (Red+Green+Blue) = 210+223+218=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFDA is #2D2025. Grayscale: #DADADA. Windows color (decimal): -2957350 or 14344146. OLE color: 14344146.

HSL color Cylindrical-coordinate representation of color #D2DFDA: hue angle of 156.92º 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 #D2DFDA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB210223218-
CMYK0.0600.020.13
HSL156.92º16.88%84.9%-
HSV(B)156.92º5.83%87.45%-
XYZ65.6271.5476.68-
YUV218.54127.69121.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=32.26%
G=34.25%
B=33.49%

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
Decimal2102232180.0600.020.13156.9216.8884.9
HexD2DFDA602D9d1155
Octal3223373326021523521125
Binary110100101101111111011010110010110110011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFDA; }

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

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

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

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

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

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

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

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