#D3EFDB

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

Shades of Swans Down #D3EFDB

Tints of Swans Down #D3EFDB

Color information

#D3EFDB (or 0xD3EFDB) is unknown color: approx Swans Down. HEX triplet: D3, EF and DB. RGB value is (211,239,219). Sum of RGB (Red+Green+Blue) = 211+239+219=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFDB is #2C1024. Grayscale: #E4E4E4. Windows color (decimal): -2887717 or 14413779. OLE color: 14413779.

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

Color convert

RGB211239219-
CMYK0.1200.080.06
HSL137.14º46.67%88.24%-
HSV(B)137.14º11.72%93.73%-
XYZ70.5280.778.88-
YUV228.35122.72115.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.54%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=31.54%
G=35.72%
B=32.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112392190.1200.080.06137.1446.6788.24
HexD3EFDBC086892f58
Octal32335733314010621157130
Binary110100111110111111011011110001000110100010011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EFDB; }

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

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

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

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

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

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

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

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