#D4EBD1

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

Shades of Blue Romance #D4EBD1

Tints of Blue Romance #D4EBD1

Color information

#D4EBD1 (or 0xD4EBD1) is unknown color: approx Blue Romance. HEX triplet: D4, EB and D1. RGB value is (212,235,209). Sum of RGB (Red+Green+Blue) = 212+235+209=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBD1 is #2B142E. Grayscale: #E1E1E1. Windows color (decimal): -2823215 or 13757396. OLE color: 13757396.

HSL color Cylindrical-coordinate representation of color #D4EBD1: hue angle of 113.08º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EBD1 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB212235209-
CMYK0.1000.110.08
HSL113.08º39.39%87.06%-
HSV(B)113.08º11.06%92.16%-
XYZ68.3778.0271.78-
YUV225.16118.88118.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.32%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 209 (82.03% from 255) = 31.86%
R=32.32%
G=35.82%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352090.1000.110.08113.0839.3987.06
HexD4EBD1A0B8712757
Octal324353321120131016147127
Binary110101001110101111010001101001011100011100011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBD1; }

 p { color: rgb(212,235,209); }

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

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

 a { background-color: rgb(212,235,209); }

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

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

 span { border-color: rgb(212,235,209); }

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