Html Css Color HEX #D1EDCD Blue Romance

📋 copy color: '#D1EDCD'

red 209 ◦ green 237 ◦ blue 205

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

Shades of Blue Romance #D1EDCD

Tints of Blue Romance #D1EDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.49%

R = 32.1%
G = 36.41%
B = 31.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#D1EDCD (or 0xD1EDCD) is known color: Blue Romance. HEX triplet: D1, ED and CD. RGB value is (209,237,205). Sum of RGB (Red+Green+Blue) = 209+237+205=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDCD is #2E1232. Grayscale: #E1E1E1. Windows color (decimal): -3019315 or 13495761. OLE color: 13495761.

HSL color Cylindrical-coordinate representation of color #D1EDCD: hue angle of 112.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1EDCD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 205 -
CMYK 0.12 0 0.14 0.07
HSL 112.5º 0.47% 0.87% -
HSV(B) 112.5º 0.14% 0.93% -
XYZ 67.6 78.53 69.35 -
YUV 224.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 209 237 205 0.12 0 0.14 0.07 112.5 0.47 0.87
Hex D1 ED CD C 0 E 7 70 2F 57
Octal 321 355 315 14 0 16 7 160 57 127
Binary 11010001 11101101 11001101 1100 0 1110 111 1110000 101111 1010111

Color Harmonies of #D1EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDCD

Black with #D1EDCD

Text Example


Text Example

White with #D1EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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