#D6DFDC

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

Shades of Iceberg #D6DFDC

Tints of Iceberg #D6DFDC

Color information

#D6DFDC (or 0xD6DFDC) is unknown color: approx Iceberg. HEX triplet: D6, DF and DC. RGB value is (214,223,220). Sum of RGB (Red+Green+Blue) = 214+223+220=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFDC is #292023. Grayscale: #DBDBDB. Windows color (decimal): -2695204 or 14475222. OLE color: 14475222.

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

Color convert

RGB214223220-
CMYK0.0400.010.13
HSL160º12.33%85.69%-
HSV(B)160º4.04%87.45%-
XYZ67.0472.2478.12-
YUV219.97128.02123.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.57%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=32.57%
G=33.94%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2142232200.0400.010.1316012.3385.69
HexD6DFDC401Da0c56
Octal3263373344011524014126
Binary1101011011011111110111001000111011010000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFDC; }

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

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

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

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

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

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

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

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