#D1DAD7

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

Shades of Iceberg #D1DAD7

Tints of Iceberg #D1DAD7

Color information

#D1DAD7 (or 0xD1DAD7) is unknown color: approx Iceberg. HEX triplet: D1, DA and D7. RGB value is (209,218,215). Sum of RGB (Red+Green+Blue) = 209+218+215=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAD7 is #2E2528. Grayscale: #D6D6D6. Windows color (decimal): -3024169 or 14146257. OLE color: 14146257.

HSL color Cylindrical-coordinate representation of color #D1DAD7: hue angle of 160º degrees, saturation: 0.11, 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 #D1DAD7 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB209218215-
CMYK0.0400.010.15
HSL160º10.84%83.73%-
HSV(B)160º4.13%85.49%-
XYZ63.6368.674.18-
YUV214.97128.02123.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.55%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=32.55%
G=33.96%
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.15
SystemRedGreenBlueCMYKHSL
Decimal2092182150.0400.010.1516010.8483.73
HexD1DAD7401Fa0b54
Octal3213323274011724013124
Binary1101000111011010110101111000111111010000010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAD7; }

 p { color: rgb(209,218,215); }

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

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

 a { background-color: rgb(209,218,215); }

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

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

 span { border-color: rgb(209,218,215); }

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