#D2F1D7

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

Shades of Swans Down #D2F1D7

Tints of Swans Down #D2F1D7

Color information

#D2F1D7 (or 0xD2F1D7) is unknown color: approx Swans Down. HEX triplet: D2, F1 and D7. RGB value is (210,241,215). Sum of RGB (Red+Green+Blue) = 210+241+215=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1D7 is #2D0E28. Grayscale: #E4E4E4. Windows color (decimal): -2952745 or 14152146. OLE color: 14152146.

HSL color Cylindrical-coordinate representation of color #D2F1D7: hue angle of 129.68º 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 #D2F1D7 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB210241215-
CMYK0.1300.110.05
HSL129.68º52.54%88.43%-
HSV(B)129.68º12.86%94.51%-
XYZ70.381.5276.32-
YUV228.77120.23114.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=31.53%
G=36.19%
B=32.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412150.1300.110.05129.6852.5488.43
HexD2F1D7D0B5823558
Octal32236132715013520265130
Binary110100101111000111010111110101011101100000101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1D7; }

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

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

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

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

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

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

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

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