#D0F3D6

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

Shades of Swans Down #D0F3D6

Tints of Swans Down #D0F3D6

Color information

#D0F3D6 (or 0xD0F3D6) is unknown color: approx Swans Down. HEX triplet: D0, F3 and D6. RGB value is (208,243,214). Sum of RGB (Red+Green+Blue) = 208+243+214=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3D6 is #2F0C29. Grayscale: #E5E5E5. Windows color (decimal): -3083306 or 14087120. OLE color: 14087120.

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

Color convert

RGB208243214-
CMYK0.1400.120.05
HSL130.29º59.32%88.43%-
HSV(B)130.29º14.4%95.29%-
XYZ70.282.3775.82-
YUV229.23119.4112.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 214 (83.98% from 255) = 32.18%
R=31.28%
G=36.54%
B=32.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082432140.1400.120.05130.2959.3288.43
HexD0F3D6E0C5823b58
Octal32036332616014520273130
Binary110100001111001111010110111001100101100000101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3D6; }

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

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

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

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

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

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

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

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