#D4EDD1

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

Shades of Blue Romance #D4EDD1

Tints of Blue Romance #D4EDD1

Color information

#D4EDD1 (or 0xD4EDD1) is unknown color: approx Blue Romance. HEX triplet: D4, ED and D1. RGB value is (212,237,209). Sum of RGB (Red+Green+Blue) = 212+237+209=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD1 is #2B122E. Grayscale: #E2E2E2. Windows color (decimal): -2822703 or 13757908. OLE color: 13757908.

HSL color Cylindrical-coordinate representation of color #D4EDD1: hue angle of 113.57º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EDD1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB212237209-
CMYK0.1100.120.07
HSL113.57º43.75%87.45%-
HSV(B)113.57º11.81%92.94%-
XYZ68.9479.1771.97-
YUV226.33118.22117.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.22%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 209 (82.03% from 255) = 31.76%
R=32.22%
G=36.02%
B=31.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122372090.1100.120.07113.5743.7587.45
HexD4EDD1B0C7722c57
Octal32435532113014716254127
Binary11010100111011011101000110110110011111100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDD1; }

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

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

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

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

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

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

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

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