#D6E0DC

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

Shades of Iceberg #D6E0DC

Tints of Iceberg #D6E0DC

Color information

#D6E0DC (or 0xD6E0DC) is unknown color: approx Iceberg. HEX triplet: D6, E0 and DC. RGB value is (214,224,220). Sum of RGB (Red+Green+Blue) = 214+224+220=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0DC is #291F23. Grayscale: #DCDCDC. Windows color (decimal): -2694948 or 14475478. OLE color: 14475478.

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

Color convert

RGB214224220-
CMYK0.0400.020.12
HSL156º13.89%85.88%-
HSV(B)156º4.46%87.84%-
XYZ67.3172.7778.21-
YUV220.55127.69123.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.52%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=32.52%
G=34.04%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142242200.0400.020.1215613.8985.88
HexD6E0DC402C9ce56
Octal3263403344021423416126
Binary11010110111000001101110010001011001001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0DC; }

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

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

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

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

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

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

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

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