#D0F2D9

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

Shades of Swans Down #D0F2D9

Tints of Swans Down #D0F2D9

Color information

#D0F2D9 (or 0xD0F2D9) is unknown color: approx Swans Down. HEX triplet: D0, F2 and D9. RGB value is (208,242,217). Sum of RGB (Red+Green+Blue) = 208+242+217=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2D9 is #2F0D26. Grayscale: #E5E5E5. Windows color (decimal): -3083559 or 14283472. OLE color: 14283472.

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

Color convert

RGB208242217-
CMYK0.1400.100.05
HSL135.88º56.67%88.24%-
HSV(B)135.88º14.05%94.9%-
XYZ70.2981.9277.75-
YUV228.98121.24113.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=31.18%
G=36.28%
B=32.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082422170.1400.100.05135.8856.6788.24
HexD0F2D9E0A5883958
Octal32036233116012521071130
Binary110100001111001011011001111001010101100010001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2D9; }

 p { color: rgb(208,242,217); }

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

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

 a { background-color: rgb(208,242,217); }

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

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

 span { border-color: rgb(208,242,217); }

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