#D0ECDB

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

Shades of Swans Down #D0ECDB

Tints of Swans Down #D0ECDB

Color information

#D0ECDB (or 0xD0ECDB) is unknown color: approx Swans Down. HEX triplet: D0, EC and DB. RGB value is (208,236,219). Sum of RGB (Red+Green+Blue) = 208+236+219=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDB is #2F1324. Grayscale: #E1E1E1. Windows color (decimal): -3085093 or 14413008. OLE color: 14413008.

HSL color Cylindrical-coordinate representation of color #D0ECDB: hue angle of 143.57º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECDB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB208236219-
CMYK0.1200.070.07
HSL143.57º42.42%87.06%-
HSV(B)143.57º11.86%92.55%-
XYZ68.7978.5278.55-
YUV225.69124.22115.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=31.37%
G=35.60%
B=33.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082362190.1200.070.07143.5742.4287.06
HexD0ECDBC077902a57
Octal3203543331407722052127
Binary11010000111011001101101111000111111100100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECDB; }

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

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

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

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

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

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

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

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