#D6DEDC

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

Shades of Iceberg #D6DEDC

Tints of Iceberg #D6DEDC

Color information

#D6DEDC (or 0xD6DEDC) is unknown color: approx Iceberg. HEX triplet: D6, DE and DC. RGB value is (214,222,220). Sum of RGB (Red+Green+Blue) = 214+222+220=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDC is #292123. Grayscale: #DBDBDB. Windows color (decimal): -2695460 or 14474966. OLE color: 14474966.

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

Color convert

RGB214222220-
CMYK0.0400.010.13
HSL165º10.81%85.49%-
HSV(B)165º3.6%87.06%-
XYZ66.7771.7178.03-
YUV219.38128.35124.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.62%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=32.62%
G=33.84%
B=33.54%

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
Decimal2142222200.0400.010.1316510.8185.49
HexD6DEDC401Da5b55
Octal3263363344011524513125
Binary1101011011011110110111001000111011010010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEDC; }

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

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

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

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

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

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

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

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