#D9ECD4

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

Shades of Blue Romance #D9ECD4

Tints of Blue Romance #D9ECD4

Color information

#D9ECD4 (or 0xD9ECD4) is unknown color: approx Blue Romance. HEX triplet: D9, EC and D4. RGB value is (217,236,212). Sum of RGB (Red+Green+Blue) = 217+236+212=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECD4 is #26132B. Grayscale: #E3E3E3. Windows color (decimal): -2495276 or 13954265. OLE color: 13954265.

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

Color convert

RGB217236212-
CMYK0.0800.100.07
HSL107.5º38.71%87.84%-
HSV(B)107.5º10.17%92.55%-
XYZ70.4979.573.92-
YUV227.58119.21120.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.63%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 212 (83.20% from 255) = 31.88%
R=32.63%
G=35.49%
B=31.88%

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
Decimal2172362120.0800.100.07107.538.7187.84
HexD9ECD480A76b2758
Octal33135432410012715347130
Binary11011001111011001101010010000101011111010111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECD4; }

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

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

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

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

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

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

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

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