Shades of Blue Romance #D7FFD3
Tints of Blue Romance #D7FFD3
RGB
CMYK
RGB Variations
Color information
#D7FFD3 (or 0xD7FFD3) is known color: Blue Romance. HEX triplet: D7, FF and D3. RGB value is (215,255,211). Sum of RGB (Red+Green+Blue) = 215+255+211=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFD3 is #28002C. Grayscale: #EEEEEE. Windows color (decimal): -2621485 or 13893591. OLE color: 13893591.
HSL color Cylindrical-coordinate representation of color #D7FFD3: hue angle of 114.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7FFD3 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 211 | - |
| CMYK | 0.16 | 0 | 0.17 | 0 |
| HSL | 114.55º | 1% | 0.91% | - |
| HSV(B) | 114.55º | 0.17% | 1% | - |
| XYZ | 75.54 | 90.67 | 75.15 | - |
| YUV | 238.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 211 | 0.16 | 0 | 0.17 | 0 | 114.55 | 1 | 0.91 |
| Hex | D7 | FF | D3 | 10 | 0 | 11 | 0 | 73 | 64 | 5B |
| Octal | 327 | 377 | 323 | 20 | 0 | 21 | 0 | 163 | 144 | 133 |
| Binary | 11010111 | 11111111 | 11010011 | 10000 | 0 | 10001 | 0 | 1110011 | 1100100 | 1011011 |
Color Harmonies of #D7FFD3
Complementary color
Monochromatic Colors of #D7FFD3
Black with #D7FFD3
Text Example
Text Example
White with #D7FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFD3; }
p { color: rgb(215,255,211); }
H1.HeaderClassName
{
color: #D7FFD3;
}
.AnyTagClassName
{
color: #D7FFD3;
}
</style>
background-color css
<style>
a { background-color: #D7FFD3; }
a { background-color: rgb(215,255,211); }
div.DivClassName
{
background-color: #D7FFD3;
}
.BgClassName
{
background-color: #D7FFD3;
}
</style>
border-color css
<style>
span { border-color: #D7FFD3; }
span { border-color: rgb(215,255,211); }
td.TdClassName
{
border-color: #D7FFD3;
}
.TagClassName
{
border-color: #D7FFD3;
}
</style>