#D2F1DC

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

Shades of Swans Down #D2F1DC

Tints of Swans Down #D2F1DC

Color information

#D2F1DC (or 0xD2F1DC) is unknown color: approx Swans Down. HEX triplet: D2, F1 and DC. RGB value is (210,241,220). Sum of RGB (Red+Green+Blue) = 210+241+220=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1DC is #2D0E23. Grayscale: #E5E5E5. Windows color (decimal): -2952740 or 14479826. OLE color: 14479826.

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

Color convert

RGB210241220-
CMYK0.1300.090.05
HSL139.35º52.54%88.43%-
HSV(B)139.35º12.86%94.51%-
XYZ70.9581.7879.76-
YUV229.34122.73114.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=31.30%
G=35.92%
B=32.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412200.1300.090.05139.3552.5488.43
HexD2F1DCD0958b3558
Octal32236133415011521365130
Binary110100101111000111011100110101001101100010111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1DC; }

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

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

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

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

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

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

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

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