#D3DAD7

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

Shades of Iceberg #D3DAD7

Tints of Iceberg #D3DAD7

Color information

#D3DAD7 (or 0xD3DAD7) is unknown color: approx Iceberg. HEX triplet: D3, DA and D7. RGB value is (211,218,215). Sum of RGB (Red+Green+Blue) = 211+218+215=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAD7 is #2C2528. Grayscale: #D7D7D7. Windows color (decimal): -2893097 or 14146259. OLE color: 14146259.

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

Color convert

RGB211218215-
CMYK0.0300.010.15
HSL154.29º8.64%84.12%-
HSV(B)154.29º3.21%85.49%-
XYZ64.268.974.2-
YUV215.56127.68124.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.76%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=32.76%
G=33.85%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112182150.0300.010.15154.298.6484.12
HexD3DAD7301F9a954
Octal3233323273011723211124
Binary110100111101101011010111110111111001101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAD7; }

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

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

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

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

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

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

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

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