Html Css Color HEX #D9DDDA Swans Down

📋 copy color: '#D9DDDA'

red 217 ◦ green 221 ◦ blue 218

#D9DDDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swans Down #D9DDDA

Tints of Swans Down #D9DDDA

RGB

 RED value IS 217 (85.16% from 255) = 33.08%

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 33.08%
G = 33.69%
B = 33.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D9DDDA (or 0xD9DDDA) is known color: Swans Down. HEX triplet: D9, DD and DA. RGB value is (217,221,218). Sum of RGB (Red+Green+Blue) = 217+221+218=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDA is #262225. Grayscale: #DBDBDB. Windows color (decimal): -2499110 or 14343641. OLE color: 14343641.

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

Color convert

RGB 217 221 218 -
CMYK 0.02 0 0.01 0.13
HSL 135º 0.06% 0.86% -
HSV(B) 135º 0.02% 0.87% -
XYZ 67.13 71.53 76.6 -
YUV 219.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 217 221 218 0.02 0 0.01 0.13 135 0.06 0.86
Hex D9 DD DA 2 0 1 D 87 6 56
Octal 331 335 332 2 0 1 15 207 6 126
Binary 11011001 11011101 11011010 10 0 1 1101 10000111 110 1010110

Color Harmonies of #D9DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDDA

Black with #D9DDDA

Text Example


Text Example

White with #D9DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDDA; }

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

 H1.HeaderClassName
 {
   color: #D9DDDA;
 }
 .AnyTagClassName
 {
   color: #D9DDDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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