Shades of Blue Romance #CFF4CC
Tints of Blue Romance #CFF4CC
RGB
CMYK
RGB Variations
Color information
#CFF4CC (or 0xCFF4CC) is known color: Blue Romance. HEX triplet: CF, F4 and CC. RGB value is (207,244,204). Sum of RGB (Red+Green+Blue) = 207+244+204=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4CC is #300B33. Grayscale: #E4E4E4. Windows color (decimal): -3148596 or 13432015. OLE color: 13432015.
HSL color Cylindrical-coordinate representation of color #CFF4CC: hue angle of 115.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF4CC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 204 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.04 |
| HSL | 115.5º | 0.65% | 0.88% | - |
| HSV(B) | 115.5º | 0.16% | 0.96% | - |
| XYZ | 68.98 | 82.33 | 69.38 | - |
| YUV | 228.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 204 | 0.15 | 0 | 0.16 | 0.04 | 115.5 | 0.65 | 0.88 |
| Hex | CF | F4 | CC | F | 0 | 10 | 4 | 74 | 41 | 58 |
| Octal | 317 | 364 | 314 | 17 | 0 | 20 | 4 | 164 | 101 | 130 |
| Binary | 11001111 | 11110100 | 11001100 | 1111 | 0 | 10000 | 100 | 1110100 | 1000001 | 1011000 |
Color Harmonies of #CFF4CC
Complementary color
Monochromatic Colors of #CFF4CC
Black with #CFF4CC
Text Example
Text Example
White with #CFF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4CC; }
p { color: rgb(207,244,204); }
H1.HeaderClassName
{
color: #CFF4CC;
}
.AnyTagClassName
{
color: #CFF4CC;
}
</style>
background-color css
<style>
a { background-color: #CFF4CC; }
a { background-color: rgb(207,244,204); }
div.DivClassName
{
background-color: #CFF4CC;
}
.BgClassName
{
background-color: #CFF4CC;
}
</style>
border-color css
<style>
span { border-color: #CFF4CC; }
span { border-color: rgb(207,244,204); }
td.TdClassName
{
border-color: #CFF4CC;
}
.TagClassName
{
border-color: #CFF4CC;
}
</style>