Shades of Blue Romance #CFFDCF
Tints of Blue Romance #CFFDCF
RGB
CMYK
RGB Variations
Color information
#CFFDCF (or 0xCFFDCF) is known color: Blue Romance. HEX triplet: CF, FD and CF. RGB value is (207,253,207). Sum of RGB (Red+Green+Blue) = 207+253+207=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDCF is #300230. Grayscale: #EAEAEA. Windows color (decimal): -3146289 or 13630927. OLE color: 13630927.
HSL color Cylindrical-coordinate representation of color #CFFDCF: hue angle of 120º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDCF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 207 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.01 |
| HSL | 120º | 0.92% | 0.9% | - |
| HSV(B) | 120º | 0.18% | 0.99% | - |
| XYZ | 72.12 | 88.02 | 72.22 | - |
| YUV | 234 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 207 | 0.18 | 0 | 0.18 | 0.01 | 120 | 0.92 | 0.9 |
| Hex | CF | FD | CF | 12 | 0 | 12 | 1 | 78 | 5C | 5A |
| Octal | 317 | 375 | 317 | 22 | 0 | 22 | 1 | 170 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11001111 | 10010 | 0 | 10010 | 1 | 1111000 | 1011100 | 1011010 |
Color Harmonies of #CFFDCF
Complementary color
Monochromatic Colors of #CFFDCF
Black with #CFFDCF
Text Example
Text Example
White with #CFFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDCF; }
p { color: rgb(207,253,207); }
H1.HeaderClassName
{
color: #CFFDCF;
}
.AnyTagClassName
{
color: #CFFDCF;
}
</style>
background-color css
<style>
a { background-color: #CFFDCF; }
a { background-color: rgb(207,253,207); }
div.DivClassName
{
background-color: #CFFDCF;
}
.BgClassName
{
background-color: #CFFDCF;
}
</style>
border-color css
<style>
span { border-color: #CFFDCF; }
span { border-color: rgb(207,253,207); }
td.TdClassName
{
border-color: #CFFDCF;
}
.TagClassName
{
border-color: #CFFDCF;
}
</style>