#D9ECD5

Color #D9ECD5 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D9ECD5

Tints of Blue Romance #D9ECD5

Color information

#D9ECD5 (or 0xD9ECD5) is unknown color: approx Blue Romance. HEX triplet: D9, EC and D5. RGB value is (217,236,213). Sum of RGB (Red+Green+Blue) = 217+236+213=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECD5 is #26132A. Grayscale: #E3E3E3. Windows color (decimal): -2495275 or 14019801. OLE color: 14019801.

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

Color convert

RGB217236213-
CMYK0.0800.100.07
HSL109.57º37.7%88.04%-
HSV(B)109.57º9.75%92.55%-
XYZ70.6279.5574.58-
YUV227.7119.71120.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.58%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=32.58%
G=35.44%
B=31.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172362130.0800.100.07109.5737.788.04
HexD9ECD580A76e2658
Octal33135432510012715646130
Binary11011001111011001101010110000101011111011101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECD5; }

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

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

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

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

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

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

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

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