#D0EBDA

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

Shades of Swans Down #D0EBDA

Tints of Swans Down #D0EBDA

Color information

#D0EBDA (or 0xD0EBDA) is unknown color: approx Swans Down. HEX triplet: D0, EB and DA. RGB value is (208,235,218). Sum of RGB (Red+Green+Blue) = 208+235+218=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBDA is #2F1425. Grayscale: #E1E1E1. Windows color (decimal): -3085350 or 14347216. OLE color: 14347216.

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

Color convert

RGB208235218-
CMYK0.1100.070.08
HSL142.22º40.3%86.86%-
HSV(B)142.22º11.49%92.16%-
XYZ68.3877.8977.76-
YUV224.99124.05115.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=31.47%
G=35.55%
B=32.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352180.1100.070.08142.2240.386.86
HexD0EBDAB0788e2857
Octal32035333213071021650127
Binary110100001110101111011010101101111000100011101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBDA; }

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

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

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

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

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

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

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

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