Html Css Color HEX #D1EDD0 Blue Romance

📋 copy color: '#D1EDD0'

red 209 ◦ green 237 ◦ blue 208

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

Shades of Blue Romance #D1EDD0

Tints of Blue Romance #D1EDD0

RGB

 RED value IS 209 (82.03% from 255) = 31.96%

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

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 31.96%
G = 36.24%
B = 31.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#D1EDD0 (or 0xD1EDD0) is known color: Blue Romance. HEX triplet: D1, ED and D0. RGB value is (209,237,208). Sum of RGB (Red+Green+Blue) = 209+237+208=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDD0 is #2E122F. Grayscale: #E1E1E1. Windows color (decimal): -3019312 or 13692369. OLE color: 13692369.

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

Color convert

RGB 209 237 208 -
CMYK 0.12 0 0.12 0.07
HSL 117.93º 0.45% 0.87% -
HSV(B) 117.93º 0.12% 0.93% -
XYZ 67.96 78.68 71.28 -
YUV 225.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 209 237 208 0.12 0 0.12 0.07 117.93 0.45 0.87
Hex D1 ED D0 C 0 C 7 76 2D 57
Octal 321 355 320 14 0 14 7 166 55 127
Binary 11010001 11101101 11010000 1100 0 1100 111 1110110 101101 1010111

Color Harmonies of #D1EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDD0

Black with #D1EDD0

Text Example


Text Example

White with #D1EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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