#D1FECD

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

Shades of Blue Romance #D1FECD

Tints of Blue Romance #D1FECD

Color information

#D1FECD (or 0xD1FECD) is unknown color: approx Blue Romance. HEX triplet: D1, FE and CD. RGB value is (209,254,205). Sum of RGB (Red+Green+Blue) = 209+254+205=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FECD is #2E0132. Grayscale: #EBEBEB. Windows color (decimal): -3014963 or 13500113. OLE color: 13500113.

HSL color Cylindrical-coordinate representation of color #D1FECD: hue angle of 115.1º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1FECD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB209254205-
CMYK0.1800.190.00
HSL115.1º96.08%90%-
HSV(B)115.1º19.29%99.61%-
XYZ72.7688.8571.07-
YUV234.96111.09109.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.29%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=31.29%
G=38.02%
B=30.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092542050.1800.190.00115.196.0890
HexD1FECD12013073605a
Octal321376315220230163140132
Binary110100011111111011001101100100100110111001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FECD; }

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

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

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

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

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

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

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

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