Html Css Color HEX #D9EDD6 Blue Romance

📋 copy color: '#D9EDD6'

red 217 ◦ green 237 ◦ blue 214

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

Shades of Blue Romance #D9EDD6

Tints of Blue Romance #D9EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.04%

R = 32.49%
G = 35.48%
B = 32.04%

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

#D9EDD6 (or 0xD9EDD6) is known color: Blue Romance. HEX triplet: D9, ED and D6. RGB value is (217,237,214). Sum of RGB (Red+Green+Blue) = 217+237+214=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDD6 is #261229. Grayscale: #E4E4E4. Windows color (decimal): -2495018 or 14085593. OLE color: 14085593.

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

Color convert

RGB 217 237 214 -
CMYK 0.08 0 0.10 0.07
HSL 112.17º 0.39% 0.88% -
HSV(B) 112.17º 0.1% 0.93% -
XYZ 71.04 80.18 75.35 -
YUV 228.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 217 237 214 0.08 0 0.10 0.07 112.17 0.39 0.88
Hex D9 ED D6 8 0 A 7 70 27 58
Octal 331 355 326 10 0 12 7 160 47 130
Binary 11011001 11101101 11010110 1000 0 1010 111 1110000 100111 1011000

Color Harmonies of #D9EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDD6

Black with #D9EDD6

Text Example


Text Example

White with #D9EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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