#D6FACF

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

Shades of Blue Romance #D6FACF

Tints of Blue Romance #D6FACF

Color information

#D6FACF (or 0xD6FACF) is unknown color: approx Blue Romance. HEX triplet: D6, FA and CF. RGB value is (214,250,207). Sum of RGB (Red+Green+Blue) = 214+250+207=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FACF is #290530. Grayscale: #EAEAEA. Windows color (decimal): -2688305 or 13630166. OLE color: 13630166.

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

Color convert

RGB214250207-
CMYK0.1400.170.02
HSL110.23º81.13%89.61%-
HSV(B)110.23º17.2%98.04%-
XYZ73.1887.1772-
YUV234.33112.57113.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=31.89%
G=37.26%
B=30.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502070.1400.170.02110.2381.1389.61
HexD6FACFE01126e515a
Octal326372317160212156121132
Binary110101101111101011001111111001000110110111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FACF; }

 p { color: rgb(214,250,207); }

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

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

 a { background-color: rgb(214,250,207); }

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

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

 span { border-color: rgb(214,250,207); }

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