#D1FACE

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

Shades of Blue Romance #D1FACE

Tints of Blue Romance #D1FACE

Color information

#D1FACE (or 0xD1FACE) is unknown color: approx Blue Romance. HEX triplet: D1, FA and CE. RGB value is (209,250,206). Sum of RGB (Red+Green+Blue) = 209+250+206=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACE is #2E0531. Grayscale: #E8E8E8. Windows color (decimal): -3015986 or 13564625. OLE color: 13564625.

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

Color convert

RGB209250206-
CMYK0.1600.180.02
HSL115.91º81.48%89.41%-
HSV(B)115.91º17.6%98.04%-
XYZ71.6286.3871.29-
YUV232.72112.92111.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.43%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=31.43%
G=37.59%
B=30.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092502060.1600.180.02115.9181.4889.41
HexD1FACE100122745159
Octal321372316200222164121131
Binary1101000111111010110011101000001001010111010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FACE; }

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

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

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

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

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

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

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

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