Shades of Blue Romance #CFF4CF
Tints of Blue Romance #CFF4CF
RGB
CMYK
RGB Variations
Color information
#CFF4CF (or 0xCFF4CF) is known color: Blue Romance. HEX triplet: CF, F4 and CF. RGB value is (207,244,207). Sum of RGB (Red+Green+Blue) = 207+244+207=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4CF is #300B30. Grayscale: #E4E4E4. Windows color (decimal): -3148593 or 13628623. OLE color: 13628623.
HSL color Cylindrical-coordinate representation of color #CFF4CF: hue angle of 120º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF4CF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 244 | 207 | - |
CMYK | 0.15 | 0 | 0.15 | 0.04 |
HSL | 120º | 0.63% | 0.88% | - |
HSV(B) | 120º | 0.15% | 0.96% | - |
XYZ | 69.35 | 82.47 | 71.3 | - |
YUV | 228.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 244 | 207 | 0.15 | 0 | 0.15 | 0.04 | 120 | 0.63 | 0.88 |
Hex | CF | F4 | CF | F | 0 | F | 4 | 78 | 3F | 58 |
Octal | 317 | 364 | 317 | 17 | 0 | 17 | 4 | 170 | 77 | 130 |
Binary | 11001111 | 11110100 | 11001111 | 1111 | 0 | 1111 | 100 | 1111000 | 111111 | 1011000 |
Color Harmonies of #CFF4CF
Complementary color
Monochromatic Colors of #CFF4CF
Black with #CFF4CF
Text Example
Text Example
White with #CFF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4CF; }
p { color: rgb(207,244,207); }
H1.HeaderClassName
{
color: #CFF4CF;
}
.AnyTagClassName
{
color: #CFF4CF;
}
</style>
background-color css
<style>
a { background-color: #CFF4CF; }
a { background-color: rgb(207,244,207); }
div.DivClassName
{
background-color: #CFF4CF;
}
.BgClassName
{
background-color: #CFF4CF;
}
</style>
border-color css
<style>
span { border-color: #CFF4CF; }
span { border-color: rgb(207,244,207); }
td.TdClassName
{
border-color: #CFF4CF;
}
.TagClassName
{
border-color: #CFF4CF;
}
</style>