#D5ECDB

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

Shades of Swans Down #D5ECDB

Tints of Swans Down #D5ECDB

Color information

#D5ECDB (or 0xD5ECDB) is unknown color: approx Swans Down. HEX triplet: D5, EC and DB. RGB value is (213,236,219). Sum of RGB (Red+Green+Blue) = 213+236+219=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECDB is #2A1324. Grayscale: #E3E3E3. Windows color (decimal): -2757413 or 14413013. OLE color: 14413013.

HSL color Cylindrical-coordinate representation of color #D5ECDB: hue angle of 135.65º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECDB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB213236219-
CMYK0.1000.070.07
HSL135.65º37.7%88.04%-
HSV(B)135.65º9.75%92.55%-
XYZ70.2279.2578.61-
YUV227.18123.38117.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=31.89%
G=35.33%
B=32.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362190.1000.070.07135.6537.788.04
HexD5ECDBA077882658
Octal3253543331207721046130
Binary11010101111011001101101110100111111100010001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECDB; }

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

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

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

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

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

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

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

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