#D9EBD4

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

Shades of Blue Romance #D9EBD4

Tints of Blue Romance #D9EBD4

Color information

#D9EBD4 (or 0xD9EBD4) is unknown color: approx Blue Romance. HEX triplet: D9, EB and D4. RGB value is (217,235,212). Sum of RGB (Red+Green+Blue) = 217+235+212=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBD4 is #26142B. Grayscale: #E3E3E3. Windows color (decimal): -2495532 or 13954009. OLE color: 13954009.

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

Color convert

RGB217235212-
CMYK0.0800.100.08
HSL106.96º36.51%87.65%-
HSV(B)106.96º9.79%92.16%-
XYZ70.2178.9273.82-
YUV227119.54120.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.68%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 212 (83.20% from 255) = 31.93%
R=32.68%
G=35.39%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352120.0800.100.08106.9636.5187.65
HexD9EBD480A86b2558
Octal331353324100121015345130
Binary110110011110101111010100100001010100011010111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBD4; }

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

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

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

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

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

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

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

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