#D1EACF

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

Shades of Blue Romance #D1EACF

Tints of Blue Romance #D1EACF

Color information

#D1EACF (or 0xD1EACF) is unknown color: approx Blue Romance. HEX triplet: D1, EA and CF. RGB value is (209,234,207). Sum of RGB (Red+Green+Blue) = 209+234+207=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EACF is #2E1530. Grayscale: #DFDFDF. Windows color (decimal): -3020081 or 13626065. OLE color: 13626065.

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

Color convert

RGB209234207-
CMYK0.1100.120.08
HSL115.56º39.13%86.47%-
HSV(B)115.56º11.54%91.76%-
XYZ66.9876.9170.35-
YUV223.45118.72117.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=32.15%
G=36%
B=31.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342070.1100.120.08115.5639.1386.47
HexD1EACFB0C8742756
Octal321352317130141016447126
Binary110100011110101011001111101101100100011101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EACF; }

 p { color: rgb(209,234,207); }

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

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

 a { background-color: rgb(209,234,207); }

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

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

 span { border-color: rgb(209,234,207); }

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