Shades of Blue Romance #D1FDCC
Tints of Blue Romance #D1FDCC
RGB
CMYK
RGB Variations
Color information
#D1FDCC (or 0xD1FDCC) is known color: Blue Romance. HEX triplet: D1, FD and CC. RGB value is (209,253,204). Sum of RGB (Red+Green+Blue) = 209+253+204=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDCC is #2E0233. Grayscale: #EAEAEA. Windows color (decimal): -3015220 or 13434321. OLE color: 13434321.
HSL color Cylindrical-coordinate representation of color #D1FDCC: hue angle of 113.88º 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 #D1FDCC is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 204 | - |
CMYK | 0.17 | 0 | 0.19 | 0.01 |
HSL | 113.88º | 0.92% | 0.9% | - |
HSV(B) | 113.88º | 0.19% | 0.99% | - |
XYZ | 72.32 | 88.17 | 70.33 | - |
YUV | 234.26 | 110.92 | 109.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 204 | 0.17 | 0 | 0.19 | 0.01 | 113.88 | 0.92 | 0.9 |
Hex | D1 | FD | CC | 11 | 0 | 13 | 1 | 72 | 5C | 5A |
Octal | 321 | 375 | 314 | 21 | 0 | 23 | 1 | 162 | 134 | 132 |
Binary | 11010001 | 11111101 | 11001100 | 10001 | 0 | 10011 | 1 | 1110010 | 1011100 | 1011010 |
Color Harmonies of #D1FDCC
Complementary color
Monochromatic Colors of #D1FDCC
Black with #D1FDCC
Text Example
Text Example
White with #D1FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDCC; }
p { color: rgb(209,253,204); }
H1.HeaderClassName
{
color: #D1FDCC;
}
.AnyTagClassName
{
color: #D1FDCC;
}
</style>
background-color css
<style>
a { background-color: #D1FDCC; }
a { background-color: rgb(209,253,204); }
div.DivClassName
{
background-color: #D1FDCC;
}
.BgClassName
{
background-color: #D1FDCC;
}
</style>
border-color css
<style>
span { border-color: #D1FDCC; }
span { border-color: rgb(209,253,204); }
td.TdClassName
{
border-color: #D1FDCC;
}
.TagClassName
{
border-color: #D1FDCC;
}
</style>