#D1EBCD

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

Shades of Blue Romance #D1EBCD

Tints of Blue Romance #D1EBCD

Color information

#D1EBCD (or 0xD1EBCD) is unknown color: approx Blue Romance. HEX triplet: D1, EB and CD. RGB value is (209,235,205). Sum of RGB (Red+Green+Blue) = 209+235+205=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBCD is #2E1432. Grayscale: #DFDFDF. Windows color (decimal): -3019827 or 13495249. OLE color: 13495249.

HSL color Cylindrical-coordinate representation of color #D1EBCD: hue angle of 112º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EBCD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB209235205-
CMYK0.1100.130.08
HSL112º42.86%86.27%-
HSV(B)112º12.77%92.16%-
XYZ67.0277.3869.16-
YUV223.81117.39117.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.20%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=32.20%
G=36.21%
B=31.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092352050.1100.130.0811242.8686.27
HexD1EBCDB0D8702b56
Octal321353315130151016053126
Binary110100011110101111001101101101101100011100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBCD; }

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

 H1.HeaderClassName
 {
   color: #D1EBCD;
 }
 .AnyTagClassName
 {
   color: #D1EBCD;
 }
</style>
background-color css

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

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

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

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

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

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