Html Css Color HEX #D0EBD9 Swans Down

📋 copy color: '#D0EBD9'

red 208 ◦ green 235 ◦ blue 217

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

Shades of Swans Down #D0EBD9

Tints of Swans Down #D0EBD9

RGB

 RED value IS 208 (81.64% from 255) = 31.52%

 GREEN value IS 235 (92.19% from 255) = 35.61%

 BLUE value IS 217 (85.16% from 255) = 32.88%

R = 31.52%
G = 35.61%
B = 32.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#D0EBD9 (or 0xD0EBD9) is known color: Swans Down. HEX triplet: D0, EB and D9. RGB value is (208,235,217). Sum of RGB (Red+Green+Blue) = 208+235+217=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD9 is #2F1426. Grayscale: #E0E0E0. Windows color (decimal): -3085351 or 14281680. OLE color: 14281680.

HSL color Cylindrical-coordinate representation of color #D0EBD9: hue angle of 140º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBD9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 217 -
CMYK 0.11 0 0.08 0.08
HSL 140º 0.4% 0.87% -
HSV(B) 140º 0.11% 0.92% -
XYZ 68.25 77.84 77.07 -
YUV 224.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 208 235 217 0.11 0 0.08 0.08 140 0.4 0.87
Hex D0 EB D9 B 0 8 8 8C 28 57
Octal 320 353 331 13 0 10 10 214 50 127
Binary 11010000 11101011 11011001 1011 0 1000 1000 10001100 101000 1010111

Color Harmonies of #D0EBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBD9

Black with #D0EBD9

Text Example


Text Example

White with #D0EBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBD9; }

 p { color: rgb(208,235,217); }

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

background-color css

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

 a { background-color: rgb(208,235,217); }

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

border-color css

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

 span { border-color: rgb(208,235,217); }

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