Html Css Color HEX #D9EDD5 Blue Romance

📋 copy color: '#D9EDD5'

red 217 ◦ green 237 ◦ blue 213

#D9EDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #D9EDD5

Tints of Blue Romance #D9EDD5

RGB

 RED value IS 217 (85.16% from 255) = 32.53%

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 213 (83.59% from 255) = 31.93%

R = 32.53%
G = 35.53%
B = 31.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#D9EDD5 (or 0xD9EDD5) is known color: Blue Romance. HEX triplet: D9, ED and D5. RGB value is (217,237,213). Sum of RGB (Red+Green+Blue) = 217+237+213=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDD5 is #26122A. Grayscale: #E4E4E4. Windows color (decimal): -2495019 or 14020057. OLE color: 14020057.

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

Color convert

RGB 217 237 213 -
CMYK 0.08 0 0.10 0.07
HSL 110º 0.4% 0.88% -
HSV(B) 110º 0.1% 0.93% -
XYZ 70.91 80.12 74.68 -
YUV 228.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 217 237 213 0.08 0 0.10 0.07 110 0.4 0.88
Hex D9 ED D5 8 0 A 7 6E 28 58
Octal 331 355 325 10 0 12 7 156 50 130
Binary 11011001 11101101 11010101 1000 0 1010 111 1101110 101000 1011000

Color Harmonies of #D9EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDD5

Black with #D9EDD5

Text Example


Text Example

White with #D9EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDD5; }

 p { color: rgb(217,237,213); }

 H1.HeaderClassName
 {
   color: #D9EDD5;
 }
 .AnyTagClassName
 {
   color: #D9EDD5;
 }
</style>

background-color css

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

 a { background-color: rgb(217,237,213); }

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

border-color css

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

 span { border-color: rgb(217,237,213); }

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