#D6DDDB

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

Shades of Iceberg #D6DDDB

Tints of Iceberg #D6DDDB

Color information

#D6DDDB (or 0xD6DDDB) is unknown color: approx Iceberg. HEX triplet: D6, DD and DB. RGB value is (214,221,219). Sum of RGB (Red+Green+Blue) = 214+221+219=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDB is #292224. Grayscale: #DADADA. Windows color (decimal): -2695717 or 14409174. OLE color: 14409174.

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

Color convert

RGB214221219-
CMYK0.0300.010.13
HSL162.86º9.33%85.29%-
HSV(B)162.86º3.17%86.67%-
XYZ66.3771.1277.25-
YUV218.68128.18124.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=32.72%
G=33.79%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212190.0300.010.13162.869.3385.29
HexD6DDDB301Da3955
Octal3263353333011524311125
Binary110101101101110111011011110111011010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDDB; }

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

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

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

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

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

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

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

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