#D2F5DC

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

Shades of Swans Down #D2F5DC

Tints of Swans Down #D2F5DC

Color information

#D2F5DC (or 0xD2F5DC) is unknown color: approx Swans Down. HEX triplet: D2, F5 and DC. RGB value is (210,245,220). Sum of RGB (Red+Green+Blue) = 210+245+220=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F5DC is #2D0A23. Grayscale: #E7E7E7. Windows color (decimal): -2951716 or 14480850. OLE color: 14480850.

HSL color Cylindrical-coordinate representation of color #D2F5DC: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F5DC is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB210245220-
CMYK0.1400.100.04
HSL137.14º63.64%89.22%-
HSV(B)137.14º14.29%96.08%-
XYZ72.1584.1780.15-
YUV231.68121.4112.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.11%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=31.11%
G=36.30%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102452200.1400.100.04137.1463.6489.22
HexD2F5DCE0A4894059
Octal322365334160124211100131
Binary1101001011110101110111001110010101001000100110000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F5DC; }

 p { color: rgb(210,245,220); }

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

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

 a { background-color: rgb(210,245,220); }

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

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

 span { border-color: rgb(210,245,220); }

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