#D7F3CF

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

Shades of Blue Romance #D7F3CF

Tints of Blue Romance #D7F3CF

Color information

#D7F3CF (or 0xD7F3CF) is unknown color: approx Blue Romance. HEX triplet: D7, F3 and CF. RGB value is (215,243,207). Sum of RGB (Red+Green+Blue) = 215+243+207=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F3CF is #280C30. Grayscale: #E6E6E6. Windows color (decimal): -2624561 or 13628375. OLE color: 13628375.

HSL color Cylindrical-coordinate representation of color #D7F3CF: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7F3CF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB215243207-
CMYK0.1200.150.05
HSL106.67º60%88.24%-
HSV(B)106.67º14.81%95.29%-
XYZ71.3483.0571.3-
YUV230.52114.72116.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.33%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=32.33%
G=36.54%
B=31.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152432070.1200.150.05106.676088.24
HexD7F3CFC0F56b3c58
Octal32736331714017515374130
Binary11010111111100111100111111000111110111010111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F3CF; }

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

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

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

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

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

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

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

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