#D2F8D1

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

Shades of Blue Romance #D2F8D1

Tints of Blue Romance #D2F8D1

Color information

#D2F8D1 (or 0xD2F8D1) is unknown color: approx Blue Romance. HEX triplet: D2, F8 and D1. RGB value is (210,248,209). Sum of RGB (Red+Green+Blue) = 210+248+209=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8D1 is #2D072E. Grayscale: #E8E8E8. Windows color (decimal): -2950959 or 13760722. OLE color: 13760722.

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

Color convert

RGB210248209-
CMYK0.1500.160.03
HSL118.46º73.58%89.61%-
HSV(B)118.46º15.73%97.25%-
XYZ71.6585.4473.04-
YUV232.19114.91112.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 209 (82.03% from 255) = 31.33%
R=31.48%
G=37.18%
B=31.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102482090.1500.160.03118.4673.5889.61
HexD2F8D1F0103764a5a
Octal322370321170203166112132
Binary110100101111100011010001111101000011111011010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8D1; }

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

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

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

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

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

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

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

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