#D1FECB

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

Shades of Blue Romance #D1FECB

Tints of Blue Romance #D1FECB

Color information

#D1FECB (or 0xD1FECB) is unknown color: approx Blue Romance. HEX triplet: D1, FE and CB. RGB value is (209,254,203). Sum of RGB (Red+Green+Blue) = 209+254+203=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FECB is #2E0134. Grayscale: #EAEAEA. Windows color (decimal): -3014965 or 13369041. OLE color: 13369041.

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

Color convert

RGB209254203-
CMYK0.1800.200.00
HSL112.94º96.23%89.61%-
HSV(B)112.94º20.08%99.61%-
XYZ72.5288.7569.81-
YUV234.73110.09109.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.38%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=31.38%
G=38.14%
B=30.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092542030.1800.200.00112.9496.2389.61
HexD1FECB12014071605a
Octal321376313220240161140132
Binary110100011111111011001011100100101000111000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FECB; }

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

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

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

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

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

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

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

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