Shades of Blue Romance #D6F1D3
Tints of Blue Romance #D6F1D3
RGB
CMYK
RGB Variations
Color information
#D6F1D3 (or 0xD6F1D3) is known color: Blue Romance. HEX triplet: D6, F1 and D3. RGB value is (214,241,211). Sum of RGB (Red+Green+Blue) = 214+241+211=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1D3 is #290E2C. Grayscale: #E5E5E5. Windows color (decimal): -2690605 or 13890006. OLE color: 13890006.
HSL color Cylindrical-coordinate representation of color #D6F1D3: hue angle of 114º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F1D3 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 211 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.05 |
| HSL | 114º | 0.52% | 0.89% | - |
| HSV(B) | 114º | 0.12% | 0.95% | - |
| XYZ | 70.94 | 81.91 | 73.7 | - |
| YUV | 229.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 211 | 0.11 | 0 | 0.12 | 0.05 | 114 | 0.52 | 0.89 |
| Hex | D6 | F1 | D3 | B | 0 | C | 5 | 72 | 34 | 59 |
| Octal | 326 | 361 | 323 | 13 | 0 | 14 | 5 | 162 | 64 | 131 |
| Binary | 11010110 | 11110001 | 11010011 | 1011 | 0 | 1100 | 101 | 1110010 | 110100 | 1011001 |
Color Harmonies of #D6F1D3
Complementary color
Monochromatic Colors of #D6F1D3
Black with #D6F1D3
Text Example
Text Example
White with #D6F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1D3; }
p { color: rgb(214,241,211); }
H1.HeaderClassName
{
color: #D6F1D3;
}
.AnyTagClassName
{
color: #D6F1D3;
}
</style>
background-color css
<style>
a { background-color: #D6F1D3; }
a { background-color: rgb(214,241,211); }
div.DivClassName
{
background-color: #D6F1D3;
}
.BgClassName
{
background-color: #D6F1D3;
}
</style>
border-color css
<style>
span { border-color: #D6F1D3; }
span { border-color: rgb(214,241,211); }
td.TdClassName
{
border-color: #D6F1D3;
}
.TagClassName
{
border-color: #D6F1D3;
}
</style>