#D0E7D5

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

Shades of Swans Down #D0E7D5

Tints of Swans Down #D0E7D5

Color information

#D0E7D5 (or 0xD0E7D5) is unknown color: approx Swans Down. HEX triplet: D0, E7 and D5. RGB value is (208,231,213). Sum of RGB (Red+Green+Blue) = 208+231+213=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7D5 is #2F182A. Grayscale: #DEDEDE. Windows color (decimal): -3086379 or 14018512. OLE color: 14018512.

HSL color Cylindrical-coordinate representation of color #D0E7D5: hue angle of 133.04º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E7D5 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB208231213-
CMYK0.1000.080.09
HSL133.04º32.39%86.08%-
HSV(B)133.04º9.96%90.59%-
XYZ66.675.3773.99-
YUV222.07122.88117.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=31.90%
G=35.43%
B=32.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082312130.1000.080.09133.0432.3986.08
HexD0E7D5A089852056
Octal320347325120101120540126
Binary1101000011100111110101011010010001001100001011000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7D5; }

 p { color: rgb(208,231,213); }

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

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

 a { background-color: rgb(208,231,213); }

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

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

 span { border-color: rgb(208,231,213); }

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