Shades of Blue Romance #D0F3CF
Tints of Blue Romance #D0F3CF
RGB
CMYK
RGB Variations
Color information
#D0F3CF (or 0xD0F3CF) is known color: Blue Romance. HEX triplet: D0, F3 and CF. RGB value is (208,243,207). Sum of RGB (Red+Green+Blue) = 208+243+207=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3CF is #2F0C30. Grayscale: #E4E4E4. Windows color (decimal): -3083313 or 13628368. OLE color: 13628368.
HSL color Cylindrical-coordinate representation of color #D0F3CF: hue angle of 118.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F3CF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 207 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 118.33º | 0.6% | 0.88% | - |
| HSV(B) | 118.33º | 0.15% | 0.95% | - |
| XYZ | 69.33 | 82.02 | 71.21 | - |
| YUV | 228.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 207 | 0.14 | 0 | 0.15 | 0.05 | 118.33 | 0.6 | 0.88 |
| Hex | D0 | F3 | CF | E | 0 | F | 5 | 76 | 3C | 58 |
| Octal | 320 | 363 | 317 | 16 | 0 | 17 | 5 | 166 | 74 | 130 |
| Binary | 11010000 | 11110011 | 11001111 | 1110 | 0 | 1111 | 101 | 1110110 | 111100 | 1011000 |
Color Harmonies of #D0F3CF
Complementary color
Monochromatic Colors of #D0F3CF
Black with #D0F3CF
Text Example
Text Example
White with #D0F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3CF; }
p { color: rgb(208,243,207); }
H1.HeaderClassName
{
color: #D0F3CF;
}
.AnyTagClassName
{
color: #D0F3CF;
}
</style>
background-color css
<style>
a { background-color: #D0F3CF; }
a { background-color: rgb(208,243,207); }
div.DivClassName
{
background-color: #D0F3CF;
}
.BgClassName
{
background-color: #D0F3CF;
}
</style>
border-color css
<style>
span { border-color: #D0F3CF; }
span { border-color: rgb(208,243,207); }
td.TdClassName
{
border-color: #D0F3CF;
}
.TagClassName
{
border-color: #D0F3CF;
}
</style>