#D1FECC

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

Shades of Blue Romance #D1FECC

Tints of Blue Romance #D1FECC

Color information

#D1FECC (or 0xD1FECC) is unknown color: approx Blue Romance. HEX triplet: D1, FE and CC. RGB value is (209,254,204). Sum of RGB (Red+Green+Blue) = 209+254+204=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FECC is #2E0133. Grayscale: #EAEAEA. Windows color (decimal): -3014964 or 13434577. OLE color: 13434577.

HSL color Cylindrical-coordinate representation of color #D1FECC: hue angle of 114º 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 #D1FECC is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB209254204-
CMYK0.1800.200.00
HSL114º96.15%89.8%-
HSV(B)114º19.69%99.61%-
XYZ72.6488.870.44-
YUV234.84110.59109.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=31.33%
G=38.08%
B=30.58%

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
Decimal2092542040.1800.200.0011496.1589.8
HexD1FECC12014072605a
Octal321376314220240162140132
Binary110100011111111011001100100100101000111001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FECC; }

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

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

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

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

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

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

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

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