#D4FECF

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

Shades of Blue Romance #D4FECF

Tints of Blue Romance #D4FECF

Color information

#D4FECF (or 0xD4FECF) is unknown color: approx Blue Romance. HEX triplet: D4, FE and CF. RGB value is (212,254,207). Sum of RGB (Red+Green+Blue) = 212+254+207=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FECF is #2B0130. Grayscale: #ECECEC. Windows color (decimal): -2818353 or 13631188. OLE color: 13631188.

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

Color convert

RGB212254207-
CMYK0.1700.190.00
HSL113.62º95.92%90.39%-
HSV(B)113.62º18.5%99.61%-
XYZ73.8689.3972.39-
YUV236.08111.59110.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.50%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=31.50%
G=37.74%
B=30.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122542070.1700.190.00113.6295.9290.39
HexD4FECF11013072605a
Octal324376317210230162140132
Binary110101001111111011001111100010100110111001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FECF; }

 p { color: rgb(212,254,207); }

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

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

 a { background-color: rgb(212,254,207); }

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

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

 span { border-color: rgb(212,254,207); }

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