Shades of Blue Romance #D2F3D1
Tints of Blue Romance #D2F3D1
RGB
CMYK
RGB Variations
Color information
#D2F3D1 (or 0xD2F3D1) is known color: Blue Romance. HEX triplet: D2, F3 and D1. RGB value is (210,243,209). Sum of RGB (Red+Green+Blue) = 210+243+209=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3D1 is #2D0C2E. Grayscale: #E5E5E5. Windows color (decimal): -2952239 or 13759442. OLE color: 13759442.
HSL color Cylindrical-coordinate representation of color #D2F3D1: hue angle of 118.24º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F3D1 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 209 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.05 |
| HSL | 118.24º | 0.59% | 0.89% | - |
| HSV(B) | 118.24º | 0.14% | 0.95% | - |
| XYZ | 70.14 | 82.41 | 72.53 | - |
| YUV | 229.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 209 | 0.14 | 0 | 0.14 | 0.05 | 118.24 | 0.59 | 0.89 |
| Hex | D2 | F3 | D1 | E | 0 | E | 5 | 76 | 3B | 59 |
| Octal | 322 | 363 | 321 | 16 | 0 | 16 | 5 | 166 | 73 | 131 |
| Binary | 11010010 | 11110011 | 11010001 | 1110 | 0 | 1110 | 101 | 1110110 | 111011 | 1011001 |
Color Harmonies of #D2F3D1
Complementary color
Monochromatic Colors of #D2F3D1
Black with #D2F3D1
Text Example
Text Example
White with #D2F3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3D1; }
p { color: rgb(210,243,209); }
H1.HeaderClassName
{
color: #D2F3D1;
}
.AnyTagClassName
{
color: #D2F3D1;
}
</style>
background-color css
<style>
a { background-color: #D2F3D1; }
a { background-color: rgb(210,243,209); }
div.DivClassName
{
background-color: #D2F3D1;
}
.BgClassName
{
background-color: #D2F3D1;
}
</style>
border-color css
<style>
span { border-color: #D2F3D1; }
span { border-color: rgb(210,243,209); }
td.TdClassName
{
border-color: #D2F3D1;
}
.TagClassName
{
border-color: #D2F3D1;
}
</style>