Shades of Blue Romance #D1FFCD
Tints of Blue Romance #D1FFCD
RGB
CMYK
RGB Variations
Color information
#D1FFCD (or 0xD1FFCD) is known color: Blue Romance. HEX triplet: D1, FF and CD. RGB value is (209,255,205). Sum of RGB (Red+Green+Blue) = 209+255+205=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCD is #2E0032. Grayscale: #EBEBEB. Windows color (decimal): -3014707 or 13500369. OLE color: 13500369.
HSL color Cylindrical-coordinate representation of color #D1FFCD: hue angle of 115.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1FFCD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 209 | 255 | 205 | - |
CMYK | 0.18 | 0 | 0.20 | 0 |
HSL | 115.2º | 1% | 0.9% | - |
HSV(B) | 115.2º | 0.2% | 1% | - |
XYZ | 73.07 | 89.48 | 71.18 | - |
YUV | 235.55 | 110.76 | 109.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 255 | 205 | 0.18 | 0 | 0.20 | 0 | 115.2 | 1 | 0.9 |
Hex | D1 | FF | CD | 12 | 0 | 14 | 0 | 73 | 64 | 5A |
Octal | 321 | 377 | 315 | 22 | 0 | 24 | 0 | 163 | 144 | 132 |
Binary | 11010001 | 11111111 | 11001101 | 10010 | 0 | 10100 | 0 | 1110011 | 1100100 | 1011010 |
Color Harmonies of #D1FFCD
Complementary color
Monochromatic Colors of #D1FFCD
Black with #D1FFCD
Text Example
Text Example
White with #D1FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFCD; }
p { color: rgb(209,255,205); }
H1.HeaderClassName
{
color: #D1FFCD;
}
.AnyTagClassName
{
color: #D1FFCD;
}
</style>
background-color css
<style>
a { background-color: #D1FFCD; }
a { background-color: rgb(209,255,205); }
div.DivClassName
{
background-color: #D1FFCD;
}
.BgClassName
{
background-color: #D1FFCD;
}
</style>
border-color css
<style>
span { border-color: #D1FFCD; }
span { border-color: rgb(209,255,205); }
td.TdClassName
{
border-color: #D1FFCD;
}
.TagClassName
{
border-color: #D1FFCD;
}
</style>