#D2F7D1

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

Shades of Blue Romance #D2F7D1

Tints of Blue Romance #D2F7D1

Color information

#D2F7D1 (or 0xD2F7D1) is unknown color: approx Blue Romance. HEX triplet: D2, F7 and D1. RGB value is (210,247,209). Sum of RGB (Red+Green+Blue) = 210+247+209=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F7D1 is #2D082E. Grayscale: #E7E7E7. Windows color (decimal): -2951215 or 13760466. OLE color: 13760466.

HSL color Cylindrical-coordinate representation of color #D2F7D1: hue angle of 118.42º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7D1 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB210247209-
CMYK0.1500.150.03
HSL118.42º70.37%89.41%-
HSV(B)118.42º15.38%96.86%-
XYZ71.3584.8372.93-
YUV231.6115.24112.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=31.53%
G=37.09%
B=31.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102472090.1500.150.03118.4270.3789.41
HexD2F7D1F0F3764659
Octal322367321170173166106131
Binary11010010111101111101000111110111111111011010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7D1; }

 p { color: rgb(210,247,209); }

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

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

 a { background-color: rgb(210,247,209); }

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

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

 span { border-color: rgb(210,247,209); }

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