#D2F0DA

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

Shades of Swans Down #D2F0DA

Tints of Swans Down #D2F0DA

Color information

#D2F0DA (or 0xD2F0DA) is unknown color: approx Swans Down. HEX triplet: D2, F0 and DA. RGB value is (210,240,218). Sum of RGB (Red+Green+Blue) = 210+240+218=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0DA is #2D0F25. Grayscale: #E4E4E4. Windows color (decimal): -2952998 or 14348498. OLE color: 14348498.

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

Color convert

RGB210240218-
CMYK0.1200.090.06
HSL136º50%88.24%-
HSV(B)136º12.5%94.12%-
XYZ70.3981.0878.27-
YUV228.52122.06114.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=31.44%
G=35.93%
B=32.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102402180.1200.090.061365088.24
HexD2F0DAC096883258
Octal32236033214011621062130
Binary110100101111000011011010110001001110100010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F0DA; }

 p { color: rgb(210,240,218); }

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

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

 a { background-color: rgb(210,240,218); }

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

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

 span { border-color: rgb(210,240,218); }

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