Shades of Blue Romance #CFFDCE
Tints of Blue Romance #CFFDCE
RGB
CMYK
RGB Variations
Color information
#CFFDCE (or 0xCFFDCE) is known color: Blue Romance. HEX triplet: CF, FD and CE. RGB value is (207,253,206). Sum of RGB (Red+Green+Blue) = 207+253+206=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDCE is #300231. Grayscale: #EAEAEA. Windows color (decimal): -3146290 or 13565391. OLE color: 13565391.
HSL color Cylindrical-coordinate representation of color #CFFDCE: hue angle of 118.72º 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 #CFFDCE is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 206 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.01 |
| HSL | 118.72º | 0.92% | 0.9% | - |
| HSV(B) | 118.72º | 0.19% | 0.99% | - |
| XYZ | 72 | 87.97 | 71.58 | - |
| YUV | 233.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 206 | 0.18 | 0 | 0.19 | 0.01 | 118.72 | 0.92 | 0.9 |
| Hex | CF | FD | CE | 12 | 0 | 13 | 1 | 77 | 5C | 5A |
| Octal | 317 | 375 | 316 | 22 | 0 | 23 | 1 | 167 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11001110 | 10010 | 0 | 10011 | 1 | 1110111 | 1011100 | 1011010 |
Color Harmonies of #CFFDCE
Complementary color
Monochromatic Colors of #CFFDCE
Black with #CFFDCE
Text Example
Text Example
White with #CFFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDCE; }
p { color: rgb(207,253,206); }
H1.HeaderClassName
{
color: #CFFDCE;
}
.AnyTagClassName
{
color: #CFFDCE;
}
</style>
background-color css
<style>
a { background-color: #CFFDCE; }
a { background-color: rgb(207,253,206); }
div.DivClassName
{
background-color: #CFFDCE;
}
.BgClassName
{
background-color: #CFFDCE;
}
</style>
border-color css
<style>
span { border-color: #CFFDCE; }
span { border-color: rgb(207,253,206); }
td.TdClassName
{
border-color: #CFFDCE;
}
.TagClassName
{
border-color: #CFFDCE;
}
</style>