#D7FACE

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

Shades of Blue Romance #D7FACE

Tints of Blue Romance #D7FACE

Color information

#D7FACE (or 0xD7FACE) is unknown color: approx Blue Romance. HEX triplet: D7, FA and CE. RGB value is (215,250,206). Sum of RGB (Red+Green+Blue) = 215+250+206=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FACE is #280531. Grayscale: #EAEAEA. Windows color (decimal): -2622770 or 13564631. OLE color: 13564631.

HSL color Cylindrical-coordinate representation of color #D7FACE: hue angle of 107.73º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7FACE is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB215250206-
CMYK0.1400.180.02
HSL107.73º81.48%89.41%-
HSV(B)107.73º17.6%98.04%-
XYZ73.3587.2771.37-
YUV234.52111.9114.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=32.04%
G=37.26%
B=30.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502060.1400.180.02107.7381.4889.41
HexD7FACEE01226c5159
Octal327372316160222154121131
Binary110101111111101011001110111001001010110110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FACE; }

 p { color: rgb(215,250,206); }

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

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

 a { background-color: rgb(215,250,206); }

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

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

 span { border-color: rgb(215,250,206); }

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