#D0F3D8

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

Shades of Swans Down #D0F3D8

Tints of Swans Down #D0F3D8

Color information

#D0F3D8 (or 0xD0F3D8) is unknown color: approx Swans Down. HEX triplet: D0, F3 and D8. RGB value is (208,243,216). Sum of RGB (Red+Green+Blue) = 208+243+216=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3D8 is #2F0C27. Grayscale: #E5E5E5. Windows color (decimal): -3083304 or 14218192. OLE color: 14218192.

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

Color convert

RGB208243216-
CMYK0.1400.110.05
HSL133.71º59.32%88.43%-
HSV(B)133.71º14.4%95.29%-
XYZ70.4682.4777.17-
YUV229.46120.4112.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 216 (84.77% from 255) = 32.38%
R=31.18%
G=36.43%
B=32.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082432160.1400.110.05133.7159.3288.43
HexD0F3D8E0B5863b58
Octal32036333016013520673130
Binary110100001111001111011000111001011101100001101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3D8; }

 p { color: rgb(208,243,216); }

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

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

 a { background-color: rgb(208,243,216); }

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

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

 span { border-color: rgb(208,243,216); }

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