#D7FACF

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

Shades of Blue Romance #D7FACF

Tints of Blue Romance #D7FACF

Color information

#D7FACF (or 0xD7FACF) is unknown color: approx Blue Romance. HEX triplet: D7, FA and CF. RGB value is (215,250,207). Sum of RGB (Red+Green+Blue) = 215+250+207=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FACF is #280530. Grayscale: #EAEAEA. Windows color (decimal): -2622769 or 13630167. OLE color: 13630167.

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

Color convert

RGB215250207-
CMYK0.1400.170.02
HSL108.84º81.13%89.61%-
HSV(B)108.84º17.2%98.04%-
XYZ73.4787.3272.01-
YUV234.63112.4114-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=31.99%
G=37.20%
B=30.80%

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
Decimal2152502070.1400.170.02108.8481.1389.61
HexD7FACFE01126d515a
Octal327372317160212155121132
Binary110101111111101011001111111001000110110110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FACF; }

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

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

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

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

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

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

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

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