#D0EBD8

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

Shades of Swans Down #D0EBD8

Tints of Swans Down #D0EBD8

Color information

#D0EBD8 (or 0xD0EBD8) is unknown color: approx Swans Down. HEX triplet: D0, EB and D8. RGB value is (208,235,216). Sum of RGB (Red+Green+Blue) = 208+235+216=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD8 is #2F1427. Grayscale: #E0E0E0. Windows color (decimal): -3085352 or 14216144. OLE color: 14216144.

HSL color Cylindrical-coordinate representation of color #D0EBD8: hue angle of 137.78º 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 #D0EBD8 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB208235216-
CMYK0.1100.080.08
HSL137.78º40.3%86.86%-
HSV(B)137.78º11.49%92.16%-
XYZ68.1277.7876.39-
YUV224.76123.05116.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=31.56%
G=35.66%
B=32.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352160.1100.080.08137.7840.386.86
HexD0EBD8B0888a2857
Octal320353330130101021250127
Binary1101000011101011110110001011010001000100010101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBD8; }

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

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

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

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

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

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

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

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