#D1EDCD

Color #D1EDCD Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D1EDCD

Tints of Blue Romance #D1EDCD

Color information

#D1EDCD (or 0xD1EDCD) is unknown color: approx 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

RGB209237205-
CMYK0.1200.140.07
HSL112.5º47.06%86.67%-
HSV(B)112.5º13.5%92.94%-
XYZ67.678.5369.35-
YUV224.98116.72116.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=32.10%
G=36.41%
B=31.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092372050.1200.140.07112.547.0686.67
HexD1EDCDC0E7702f57
Octal32135531514016716057127
Binary11010001111011011100110111000111011111100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>