#D0D5D3

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

Shades of Iceberg #D0D5D3

Tints of Iceberg #D0D5D3

Color information

#D0D5D3 (or 0xD0D5D3) is unknown color: approx Iceberg. HEX triplet: D0, D5 and D3. RGB value is (208,213,211). Sum of RGB (Red+Green+Blue) = 208+213+211=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5D3 is #2F2A2C. Grayscale: #D3D3D3. Windows color (decimal): -3090989 or 13882832. OLE color: 13882832.

HSL color Cylindrical-coordinate representation of color #D0D5D3: hue angle of 156º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0D5D3 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB208213211-
CMYK0.0200.010.16
HSL156º5.62%82.55%-
HSV(B)156º2.35%83.53%-
XYZ61.5665.771.06-
YUV211.28127.84125.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=32.91%
G=33.70%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082132110.0200.010.161565.6282.55
HexD0D5D3201109c653
Octal320325323201202346123
Binary110100001101010111010011100110000100111001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5D3; }

 p { color: rgb(208,213,211); }

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

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

 a { background-color: rgb(208,213,211); }

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

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

 span { border-color: rgb(208,213,211); }

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