Shades of Blue Romance #D1FDCD
Tints of Blue Romance #D1FDCD
RGB
CMYK
RGB Variations
Color information
#D1FDCD (or 0xD1FDCD) is known color: Blue Romance. HEX triplet: D1, FD and CD. RGB value is (209,253,205). Sum of RGB (Red+Green+Blue) = 209+253+205=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDCD is #2E0232. Grayscale: #EAEAEA. Windows color (decimal): -3015219 or 13499857. OLE color: 13499857.
HSL color Cylindrical-coordinate representation of color #D1FDCD: hue angle of 115º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1FDCD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 205 | - |
CMYK | 0.17 | 0 | 0.19 | 0.01 |
HSL | 115º | 0.92% | 0.9% | - |
HSV(B) | 115º | 0.19% | 0.99% | - |
XYZ | 72.44 | 88.21 | 70.97 | - |
YUV | 234.37 | 111.42 | 109.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 205 | 0.17 | 0 | 0.19 | 0.01 | 115 | 0.92 | 0.9 |
Hex | D1 | FD | CD | 11 | 0 | 13 | 1 | 73 | 5C | 5A |
Octal | 321 | 375 | 315 | 21 | 0 | 23 | 1 | 163 | 134 | 132 |
Binary | 11010001 | 11111101 | 11001101 | 10001 | 0 | 10011 | 1 | 1110011 | 1011100 | 1011010 |
Color Harmonies of #D1FDCD
Complementary color
Monochromatic Colors of #D1FDCD
Black with #D1FDCD
Text Example
Text Example
White with #D1FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDCD; }
p { color: rgb(209,253,205); }
H1.HeaderClassName
{
color: #D1FDCD;
}
.AnyTagClassName
{
color: #D1FDCD;
}
</style>
background-color css
<style>
a { background-color: #D1FDCD; }
a { background-color: rgb(209,253,205); }
div.DivClassName
{
background-color: #D1FDCD;
}
.BgClassName
{
background-color: #D1FDCD;
}
</style>
border-color css
<style>
span { border-color: #D1FDCD; }
span { border-color: rgb(209,253,205); }
td.TdClassName
{
border-color: #D1FDCD;
}
.TagClassName
{
border-color: #D1FDCD;
}
</style>