#D9E5DC

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

Shades of Swans Down #D9E5DC

Tints of Swans Down #D9E5DC

Color information

#D9E5DC (or 0xD9E5DC) is unknown color: approx Swans Down. HEX triplet: D9, E5 and DC. RGB value is (217,229,220). Sum of RGB (Red+Green+Blue) = 217+229+220=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5DC is #261A23. Grayscale: #E0E0E0. Windows color (decimal): -2497060 or 14476761. OLE color: 14476761.

HSL color Cylindrical-coordinate representation of color #D9E5DC: hue angle of 135º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9E5DC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB217229220-
CMYK0.0500.040.10
HSL135º18.75%87.45%-
HSV(B)135º5.24%89.8%-
XYZ69.5575.9678.71-
YUV224.39125.52122.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.58%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=32.58%
G=34.38%
B=33.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172292200.0500.040.1013518.7587.45
HexD9E5DC504A871357
Octal3313453345041220723127
Binary1101100111100101110111001010100101010000111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5DC; }

 p { color: rgb(217,229,220); }

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

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

 a { background-color: rgb(217,229,220); }

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

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

 span { border-color: rgb(217,229,220); }

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