#d8dcd9

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

Shades of Swans Down #D8DCD9

Tints of Swans Down #D8DCD9

Color information

#D8DCD9 (or 0xD8DCD9) is unknown color: approx Swans Down. HEX triplet: D8, DC and D9. RGB value is (216,220,217). Sum of RGB (Red+Green+Blue) = 216+220+217=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCD9 is #272326. Grayscale: #DADADA. Windows color (decimal): -2564903 or 14277848. OLE color: 14277848.

HSL color Cylindrical-coordinate representation of color #D8DCD9: hue angle of 135º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DCD9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB216220217-
CMYK0.0200.010.14
HSL135º5.41%85.49%-
HSV(B)135º1.82%86.27%-
XYZ66.4470.875.81-
YUV218.46127.17126.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=33.08%
G=33.69%
B=33.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202170.0200.010.141355.4185.49
HexD8DCD9201E87555
Octal330334331201162075125
Binary11011000110111001101100110011110100001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8dcd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8dcd9; }

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

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

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

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

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

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

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

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