#D0F5DB

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

Shades of Swans Down #D0F5DB

Tints of Swans Down #D0F5DB

Color information

#D0F5DB (or 0xD0F5DB) is unknown color: approx Swans Down. HEX triplet: D0, F5 and DB. RGB value is (208,245,219). Sum of RGB (Red+Green+Blue) = 208+245+219=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5DB is #2F0A24. Grayscale: #E7E7E7. Windows color (decimal): -3082789 or 14415312. OLE color: 14415312.

HSL color Cylindrical-coordinate representation of color #D0F5DB: hue angle of 137.84º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5DB is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB208245219-
CMYK0.1500.110.04
HSL137.84º64.91%88.82%-
HSV(B)137.84º15.1%96.08%-
XYZ71.4583.8379.43-
YUV230.97121.24111.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=30.95%
G=36.46%
B=32.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082452190.1500.110.04137.8464.9188.82
HexD0F5DBF0B48a4159
Octal320365333170134212101131
Binary1101000011110101110110111111010111001000101010000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F5DB; }

 p { color: rgb(208,245,219); }

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

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

 a { background-color: rgb(208,245,219); }

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

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

 span { border-color: rgb(208,245,219); }

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