#D3FACE

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

Shades of Blue Romance #D3FACE

Tints of Blue Romance #D3FACE

Color information

#D3FACE (or 0xD3FACE) is unknown color: approx Blue Romance. HEX triplet: D3, FA and CE. RGB value is (211,250,206). Sum of RGB (Red+Green+Blue) = 211+250+206=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FACE is #2C0531. Grayscale: #E9E9E9. Windows color (decimal): -2884914 or 13564627. OLE color: 13564627.

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

Color convert

RGB211250206-
CMYK0.1600.180.02
HSL113.18º81.48%89.41%-
HSV(B)113.18º17.6%98.04%-
XYZ72.1986.6871.32-
YUV233.32112.58112.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.63%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=31.63%
G=37.48%
B=30.88%

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
Decimal2112502060.1600.180.02113.1881.4889.41
HexD3FACE100122715159
Octal323372316200222161121131
Binary1101001111111010110011101000001001010111000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FACE; }

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

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

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

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

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

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

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

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