#D7ECD5

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

Shades of Blue Romance #D7ECD5

Tints of Blue Romance #D7ECD5

Color information

#D7ECD5 (or 0xD7ECD5) is unknown color: approx Blue Romance. HEX triplet: D7, EC and D5. RGB value is (215,236,213). Sum of RGB (Red+Green+Blue) = 215+236+213=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D7ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7ECD5 is #28132A. Grayscale: #E3E3E3. Windows color (decimal): -2626347 or 14019799. OLE color: 14019799.

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

Color convert

RGB215236213-
CMYK0.0900.100.07
HSL114.78º37.7%88.04%-
HSV(B)114.78º9.75%92.55%-
XYZ70.0379.2474.56-
YUV227.1120.04119.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=32.38%
G=35.54%
B=32.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152362130.0900.100.07114.7837.788.04
HexD7ECD590A7732658
Octal32735432511012716346130
Binary11010111111011001101010110010101011111100111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECD5; }

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

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

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

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

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

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

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

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