#D2DAD8

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

Shades of Iceberg #D2DAD8

Tints of Iceberg #D2DAD8

Color information

#D2DAD8 (or 0xD2DAD8) is unknown color: approx Iceberg. HEX triplet: D2, DA and D8. RGB value is (210,218,216). Sum of RGB (Red+Green+Blue) = 210+218+216=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAD8 is #2D2527. Grayscale: #D7D7D7. Windows color (decimal): -2958632 or 14211794. OLE color: 14211794.

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

Color convert

RGB210218216-
CMYK0.0400.010.15
HSL165º9.76%83.92%-
HSV(B)165º3.67%85.49%-
XYZ64.0468.874.87-
YUV215.38128.35124.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.61%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=32.61%
G=33.85%
B=33.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102182160.0400.010.151659.7683.92
HexD2DAD8401Fa5a54
Octal3223323304011724512124
Binary1101001011011010110110001000111111010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAD8; }

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

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

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

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

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

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

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

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