#D0EFDB

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

Shades of Swans Down #D0EFDB

Tints of Swans Down #D0EFDB

Color information

#D0EFDB (or 0xD0EFDB) is unknown color: approx Swans Down. HEX triplet: D0, EF and DB. RGB value is (208,239,219). Sum of RGB (Red+Green+Blue) = 208+239+219=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDB is #2F1024. Grayscale: #E3E3E3. Windows color (decimal): -3084325 or 14413776. OLE color: 14413776.

HSL color Cylindrical-coordinate representation of color #D0EFDB: hue angle of 141.29º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB208239219-
CMYK0.1300.080.06
HSL141.29º49.21%87.65%-
HSV(B)141.29º12.97%93.73%-
XYZ69.6780.2678.84-
YUV227.45123.23114.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=31.23%
G=35.89%
B=32.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392190.1300.080.06141.2949.2187.65
HexD0EFDBD0868d3158
Octal32035733315010621561130
Binary110100001110111111011011110101000110100011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFDB; }

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

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

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

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

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

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

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

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