#D2F1DA

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

Shades of Swans Down #D2F1DA

Tints of Swans Down #D2F1DA

Color information

#D2F1DA (or 0xD2F1DA) is unknown color: approx Swans Down. HEX triplet: D2, F1 and DA. RGB value is (210,241,218). Sum of RGB (Red+Green+Blue) = 210+241+218=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1DA is #2D0E25. Grayscale: #E5E5E5. Windows color (decimal): -2952742 or 14348754. OLE color: 14348754.

HSL color Cylindrical-coordinate representation of color #D2F1DA: hue angle of 135.48º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F1DA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB210241218-
CMYK0.1300.100.05
HSL135.48º52.54%88.43%-
HSV(B)135.48º12.86%94.51%-
XYZ70.6981.6778.37-
YUV229.11121.73114.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=31.39%
G=36.02%
B=32.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412180.1300.100.05135.4852.5488.43
HexD2F1DAD0A5873558
Octal32236133215012520765130
Binary110100101111000111011010110101010101100001111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1DA; }

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

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

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

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

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

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

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

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