#D1F9D0

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

Shades of Blue Romance #D1F9D0

Tints of Blue Romance #D1F9D0

Color information

#D1F9D0 (or 0xD1F9D0) is unknown color: approx Blue Romance. HEX triplet: D1, F9 and D0. RGB value is (209,249,208). Sum of RGB (Red+Green+Blue) = 209+249+208=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F9D0 is #2E062F. Grayscale: #E8E8E8. Windows color (decimal): -3016240 or 13695441. OLE color: 13695441.

HSL color Cylindrical-coordinate representation of color #D1F9D0: hue angle of 118.54º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F9D0 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB209249208-
CMYK0.1600.160.02
HSL118.54º77.36%89.61%-
HSV(B)118.54º16.47%97.65%-
XYZ71.5685.8672.48-
YUV232.37114.25111.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.38%
GREEN value IS 249 (97.66% from 255) = 37.39%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=31.38%
G=37.39%
B=31.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092492080.1600.160.02118.5477.3689.61
HexD1F9D0100102774d5a
Octal321371320200202167115132
Binary1101000111111001110100001000001000010111011110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F9D0; }

 p { color: rgb(209,249,208); }

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

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

 a { background-color: rgb(209,249,208); }

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

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

 span { border-color: rgb(209,249,208); }

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