#D0F7DC

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

Shades of Swans Down #D0F7DC

Tints of Swans Down #D0F7DC

Color information

#D0F7DC (or 0xD0F7DC) is unknown color: approx Swans Down. HEX triplet: D0, F7 and DC. RGB value is (208,247,220). Sum of RGB (Red+Green+Blue) = 208+247+220=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7DC is #2F0823. Grayscale: #E8E8E8. Windows color (decimal): -3082276 or 14481360. OLE color: 14481360.

HSL color Cylindrical-coordinate representation of color #D0F7DC: hue angle of 138.46º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7DC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB208247220-
CMYK0.1600.110.03
HSL138.46º70.91%89.22%-
HSV(B)138.46º15.79%96.86%-
XYZ72.1985.180.33-
YUV232.26121.08110.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=30.81%
G=36.59%
B=32.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472200.1600.110.03138.4670.9189.22
HexD0F7DC100B38a4759
Octal320367334200133212107131
Binary1101000011110111110111001000001011111000101010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7DC; }

 p { color: rgb(208,247,220); }

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

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

 a { background-color: rgb(208,247,220); }

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

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

 span { border-color: rgb(208,247,220); }

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