#D9E0DB

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

Shades of Swans Down #D9E0DB

Tints of Swans Down #D9E0DB

Color information

#D9E0DB (or 0xD9E0DB) is unknown color: approx Swans Down. HEX triplet: D9, E0 and DB. RGB value is (217,224,219). Sum of RGB (Red+Green+Blue) = 217+224+219=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0DB is #261F24. Grayscale: #DDDDDD. Windows color (decimal): -2498341 or 14409945. OLE color: 14409945.

HSL color Cylindrical-coordinate representation of color #D9E0DB: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9E0DB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB217224219-
CMYK0.0300.020.12
HSL137.14º10.14%86.47%-
HSV(B)137.14º3.12%87.84%-
XYZ68.0673.1877.56-
YUV221.34126.68124.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=32.88%
G=33.94%
B=33.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242190.0300.020.12137.1410.1486.47
HexD9E0DB302C89a56
Octal3313403333021421112126
Binary1101100111100000110110111101011001000100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0DB; }

 p { color: rgb(217,224,219); }

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

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

 a { background-color: rgb(217,224,219); }

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

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

 span { border-color: rgb(217,224,219); }

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