#D6DEDB

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

Shades of Iceberg #D6DEDB

Tints of Iceberg #D6DEDB

Color information

#D6DEDB (or 0xD6DEDB) is unknown color: approx Iceberg. HEX triplet: D6, DE and DB. RGB value is (214,222,219). Sum of RGB (Red+Green+Blue) = 214+222+219=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDB is #292124. Grayscale: #DBDBDB. Windows color (decimal): -2695461 or 14409430. OLE color: 14409430.

HSL color Cylindrical-coordinate representation of color #D6DEDB: hue angle of 157.5º 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 #D6DEDB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB214222219-
CMYK0.0400.010.13
HSL157.5º10.81%85.49%-
HSV(B)157.5º3.6%87.06%-
XYZ66.6471.6577.34-
YUV219.27127.85124.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=32.67%
G=33.89%
B=33.44%

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
Decimal2142222190.0400.010.13157.510.8185.49
HexD6DEDB401D9db55
Octal3263363334011523513125
Binary1101011011011110110110111000111011001110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEDB; }

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

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

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

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

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

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

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

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