#D2ECDB

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

Shades of Swans Down #D2ECDB

Tints of Swans Down #D2ECDB

Color information

#D2ECDB (or 0xD2ECDB) is unknown color: approx Swans Down. HEX triplet: D2, EC and DB. RGB value is (210,236,219). Sum of RGB (Red+Green+Blue) = 210+236+219=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECDB is #2D1324. Grayscale: #E2E2E2. Windows color (decimal): -2954021 or 14413010. OLE color: 14413010.

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

Color convert

RGB210236219-
CMYK0.1100.070.07
HSL140.77º40.62%87.45%-
HSV(B)140.77º11.02%92.55%-
XYZ69.3678.8178.57-
YUV226.29123.89116.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=31.58%
G=35.49%
B=32.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362190.1100.070.07140.7740.6287.45
HexD2ECDBB0778d2957
Octal3223543331307721551127
Binary11010010111011001101101110110111111100011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECDB; }

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

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

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

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

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

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

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

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