#D2FACE

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

Shades of Blue Romance #D2FACE

Tints of Blue Romance #D2FACE

Color information

#D2FACE (or 0xD2FACE) is unknown color: approx Blue Romance. HEX triplet: D2, FA and CE. RGB value is (210,250,206). Sum of RGB (Red+Green+Blue) = 210+250+206=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FACE is #2D0531. Grayscale: #E9E9E9. Windows color (decimal): -2950450 or 13564626. OLE color: 13564626.

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

Color convert

RGB210250206-
CMYK0.1600.180.02
HSL114.55º81.48%89.41%-
HSV(B)114.55º17.6%98.04%-
XYZ71.986.5371.3-
YUV233.02112.75111.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=31.53%
G=37.54%
B=30.93%

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
Decimal2102502060.1600.180.02114.5581.4889.41
HexD2FACE100122735159
Octal322372316200222163121131
Binary1101001011111010110011101000001001010111001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FACE; }

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

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

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

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

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

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

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

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