#D3E0DC

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

Shades of Iceberg #D3E0DC

Tints of Iceberg #D3E0DC

Color information

#D3E0DC (or 0xD3E0DC) is unknown color: approx Iceberg. HEX triplet: D3, E0 and DC. RGB value is (211,224,220). Sum of RGB (Red+Green+Blue) = 211+224+220=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0DC is #2C1F23. Grayscale: #DBDBDB. Windows color (decimal): -2891556 or 14475475. OLE color: 14475475.

HSL color Cylindrical-coordinate representation of color #D3E0DC: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3E0DC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB211224220-
CMYK0.0600.020.12
HSL161.54º17.33%85.29%-
HSV(B)161.54º5.8%87.84%-
XYZ66.4472.3378.17-
YUV219.66128.19121.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.21%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=32.21%
G=34.20%
B=33.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112242200.0600.020.12161.5417.3385.29
HexD3E0DC602Ca21155
Octal3233403346021424221125
Binary110100111110000011011100110010110010100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0DC; }

 p { color: rgb(211,224,220); }

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

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

 a { background-color: rgb(211,224,220); }

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

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

 span { border-color: rgb(211,224,220); }

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