#D5ECDC

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

Shades of Swans Down #D5ECDC

Tints of Swans Down #D5ECDC

Color information

#D5ECDC (or 0xD5ECDC) is unknown color: approx Swans Down. HEX triplet: D5, EC and DC. RGB value is (213,236,220). Sum of RGB (Red+Green+Blue) = 213+236+220=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECDC is #2A1323. Grayscale: #E3E3E3. Windows color (decimal): -2757412 or 14478549. OLE color: 14478549.

HSL color Cylindrical-coordinate representation of color #D5ECDC: hue angle of 138.26º 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 #D5ECDC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB213236220-
CMYK0.1000.070.07
HSL138.26º37.7%88.04%-
HSV(B)138.26º9.75%92.55%-
XYZ70.3579.379.31-
YUV227.3123.88117.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=31.84%
G=35.28%
B=32.88%

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
Decimal2132362200.1000.070.07138.2637.788.04
HexD5ECDCA0778a2658
Octal3253543341207721246130
Binary11010101111011001101110010100111111100010101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECDC; }

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

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

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

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

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

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

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

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