#D6F8D1

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

Shades of Blue Romance #D6F8D1

Tints of Blue Romance #D6F8D1

Color information

#D6F8D1 (or 0xD6F8D1) is unknown color: approx Blue Romance. HEX triplet: D6, F8 and D1. RGB value is (214,248,209). Sum of RGB (Red+Green+Blue) = 214+248+209=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8D1 is #29072E. Grayscale: #E9E9E9. Windows color (decimal): -2688815 or 13760726. OLE color: 13760726.

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

Color convert

RGB214248209-
CMYK0.1400.160.03
HSL112.31º73.58%89.61%-
HSV(B)112.31º15.73%97.25%-
XYZ72.8186.0373.09-
YUV233.39114.24114.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 209 (82.03% from 255) = 31.15%
R=31.89%
G=36.96%
B=31.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142482090.1400.160.03112.3173.5889.61
HexD6F8D1E0103704a5a
Octal326370321160203160112132
Binary110101101111100011010001111001000011111000010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8D1; }

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

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

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

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

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

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

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

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