#D2E0D5

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

Shades of Swans Down #D2E0D5

Tints of Swans Down #D2E0D5

Color information

#D2E0D5 (or 0xD2E0D5) is unknown color: approx Swans Down. HEX triplet: D2, E0 and D5. RGB value is (210,224,213). Sum of RGB (Red+Green+Blue) = 210+224+213=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0D5 is #2D1F2A. Grayscale: #DADADA. Windows color (decimal): -2957099 or 14016722. OLE color: 14016722.

HSL color Cylindrical-coordinate representation of color #D2E0D5: hue angle of 132.86º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2E0D5 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB210224213-
CMYK0.0600.050.12
HSL132.86º18.42%85.1%-
HSV(B)132.86º6.25%87.84%-
XYZ65.2471.8273.37-
YUV218.56124.86121.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=32.46%
G=34.62%
B=32.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102242130.0600.050.12132.8618.4285.1
HexD2E0D5605C851255
Octal3223403256051420522125
Binary1101001011100000110101011100101110010000101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0D5; }

 p { color: rgb(210,224,213); }

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

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

 a { background-color: rgb(210,224,213); }

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

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

 span { border-color: rgb(210,224,213); }

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