#D0EBD7

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

Shades of Swans Down #D0EBD7

Tints of Swans Down #D0EBD7

Color information

#D0EBD7 (or 0xD0EBD7) is unknown color: approx Swans Down. HEX triplet: D0, EB and D7. RGB value is (208,235,215). Sum of RGB (Red+Green+Blue) = 208+235+215=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD7 is #2F1428. Grayscale: #E0E0E0. Windows color (decimal): -3085353 or 14150608. OLE color: 14150608.

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

Color convert

RGB208235215-
CMYK0.1100.090.08
HSL135.56º40.3%86.86%-
HSV(B)135.56º11.49%92.16%-
XYZ67.9977.7375.71-
YUV224.65122.55116.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=31.61%
G=35.71%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352150.1100.090.08135.5640.386.86
HexD0EBD7B098882857
Octal320353327130111021050127
Binary1101000011101011110101111011010011000100010001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBD7; }

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

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

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

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

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

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

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

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