Shades of Blue Romance #CFFDCC
Tints of Blue Romance #CFFDCC
RGB
CMYK
RGB Variations
Color information
#CFFDCC (or 0xCFFDCC) is known color: Blue Romance. HEX triplet: CF, FD and CC. RGB value is (207,253,204). Sum of RGB (Red+Green+Blue) = 207+253+204=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDCC is #300233. Grayscale: #E9E9E9. Windows color (decimal): -3146292 or 13434319. OLE color: 13434319.
HSL color Cylindrical-coordinate representation of color #CFFDCC: hue angle of 116.33º 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 #CFFDCC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 204 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.01 |
| HSL | 116.33º | 0.92% | 0.9% | - |
| HSV(B) | 116.33º | 0.19% | 0.99% | - |
| XYZ | 71.76 | 87.88 | 70.31 | - |
| YUV | 233.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 204 | 0.18 | 0 | 0.19 | 0.01 | 116.33 | 0.92 | 0.9 |
| Hex | CF | FD | CC | 12 | 0 | 13 | 1 | 74 | 5C | 5A |
| Octal | 317 | 375 | 314 | 22 | 0 | 23 | 1 | 164 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11001100 | 10010 | 0 | 10011 | 1 | 1110100 | 1011100 | 1011010 |
Color Harmonies of #CFFDCC
Complementary color
Monochromatic Colors of #CFFDCC
Black with #CFFDCC
Text Example
Text Example
White with #CFFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDCC; }
p { color: rgb(207,253,204); }
H1.HeaderClassName
{
color: #CFFDCC;
}
.AnyTagClassName
{
color: #CFFDCC;
}
</style>
background-color css
<style>
a { background-color: #CFFDCC; }
a { background-color: rgb(207,253,204); }
div.DivClassName
{
background-color: #CFFDCC;
}
.BgClassName
{
background-color: #CFFDCC;
}
</style>
border-color css
<style>
span { border-color: #CFFDCC; }
span { border-color: rgb(207,253,204); }
td.TdClassName
{
border-color: #CFFDCC;
}
.TagClassName
{
border-color: #CFFDCC;
}
</style>