Html Css Color HEX #D6EDD1 Blue Romance

📋 copy color: '#D6EDD1'

red 214 ◦ green 237 ◦ blue 209

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

Shades of Blue Romance #D6EDD1

Tints of Blue Romance #D6EDD1

RGB

 RED value IS 214 (83.98% from 255) = 32.42%

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

 BLUE value IS 209 (82.03% from 255) = 31.67%

R = 32.42%
G = 35.91%
B = 31.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#D6EDD1 (or 0xD6EDD1) is known color: Blue Romance. HEX triplet: D6, ED and D1. RGB value is (214,237,209). Sum of RGB (Red+Green+Blue) = 214+237+209=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD1 is #29122E. Grayscale: #E3E3E3. Windows color (decimal): -2691631 or 13757910. OLE color: 13757910.

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

Color convert

RGB 214 237 209 -
CMYK 0.10 0 0.12 0.07
HSL 109.29º 0.44% 0.87% -
HSV(B) 109.29º 0.12% 0.93% -
XYZ 69.52 79.47 72 -
YUV 226.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 214 237 209 0.10 0 0.12 0.07 109.29 0.44 0.87
Hex D6 ED D1 A 0 C 7 6D 2C 57
Octal 326 355 321 12 0 14 7 155 54 127
Binary 11010110 11101101 11010001 1010 0 1100 111 1101101 101100 1010111

Color Harmonies of #D6EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD1

Black with #D6EDD1

Text Example


Text Example

White with #D6EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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