#D0FACE

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

Shades of Blue Romance #D0FACE

Tints of Blue Romance #D0FACE

Color information

#D0FACE (or 0xD0FACE) is unknown color: approx Blue Romance. HEX triplet: D0, FA and CE. RGB value is (208,250,206). Sum of RGB (Red+Green+Blue) = 208+250+206=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FACE is #2F0531. Grayscale: #E8E8E8. Windows color (decimal): -3081522 or 13564624. OLE color: 13564624.

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

Color convert

RGB208250206-
CMYK0.1700.180.02
HSL117.27º81.48%89.41%-
HSV(B)117.27º17.6%98.04%-
XYZ71.3486.2471.28-
YUV232.43113.09110.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=31.33%
G=37.65%
B=31.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502060.1700.180.02117.2781.4889.41
HexD0FACE110122755159
Octal320372316210222165121131
Binary1101000011111010110011101000101001010111010110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FACE; }

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

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

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

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

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

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

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

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