#D6DDDA

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

Shades of Iceberg #D6DDDA

Tints of Iceberg #D6DDDA

Color information

#D6DDDA (or 0xD6DDDA) is unknown color: approx Iceberg. HEX triplet: D6, DD and DA. RGB value is (214,221,218). Sum of RGB (Red+Green+Blue) = 214+221+218=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDA is #292225. Grayscale: #DADADA. Windows color (decimal): -2695718 or 14343638. OLE color: 14343638.

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

Color convert

RGB214221218-
CMYK0.0300.010.13
HSL154.29º9.33%85.29%-
HSV(B)154.29º3.17%86.67%-
XYZ66.2471.0776.56-
YUV218.56127.68124.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=32.77%
G=33.84%
B=33.38%

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
Decimal2142212180.0300.010.13154.299.3385.29
HexD6DDDA301D9a955
Octal3263353323011523211125
Binary110101101101110111011010110111011001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDDA; }

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

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

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

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

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

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

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

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