Shades of Blue Romance #D1FFCA
Tints of Blue Romance #D1FFCA
RGB
CMYK
RGB Variations
Color information
#D1FFCA (or 0xD1FFCA) is known color: Blue Romance. HEX triplet: D1, FF and CA. RGB value is (209,255,202). Sum of RGB (Red+Green+Blue) = 209+255+202=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCA is #2E0035. Grayscale: #EBEBEB. Windows color (decimal): -3014710 or 13303761. OLE color: 13303761.
HSL color Cylindrical-coordinate representation of color #D1FFCA: hue angle of 112.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1FFCA is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 209 | 255 | 202 | - |
CMYK | 0.18 | 0 | 0.21 | 0 |
HSL | 112.08º | 1% | 0.9% | - |
HSV(B) | 112.08º | 0.21% | 1% | - |
XYZ | 72.72 | 89.34 | 69.29 | - |
YUV | 235.2 | 109.26 | 109.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 255 | 202 | 0.18 | 0 | 0.21 | 0 | 112.08 | 1 | 0.9 |
Hex | D1 | FF | CA | 12 | 0 | 15 | 0 | 70 | 64 | 5A |
Octal | 321 | 377 | 312 | 22 | 0 | 25 | 0 | 160 | 144 | 132 |
Binary | 11010001 | 11111111 | 11001010 | 10010 | 0 | 10101 | 0 | 1110000 | 1100100 | 1011010 |
Color Harmonies of #D1FFCA
Complementary color
Monochromatic Colors of #D1FFCA
Black with #D1FFCA
Text Example
Text Example
White with #D1FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFCA; }
p { color: rgb(209,255,202); }
H1.HeaderClassName
{
color: #D1FFCA;
}
.AnyTagClassName
{
color: #D1FFCA;
}
</style>
background-color css
<style>
a { background-color: #D1FFCA; }
a { background-color: rgb(209,255,202); }
div.DivClassName
{
background-color: #D1FFCA;
}
.BgClassName
{
background-color: #D1FFCA;
}
</style>
border-color css
<style>
span { border-color: #D1FFCA; }
span { border-color: rgb(209,255,202); }
td.TdClassName
{
border-color: #D1FFCA;
}
.TagClassName
{
border-color: #D1FFCA;
}
</style>