Shades of Lavender Blue #CFC0FF
Tints of Lavender Blue #CFC0FF
RGB
CMYK
RGB Variations
Color information
#CFC0FF (or 0xCFC0FF) is known color: Lavender Blue. HEX triplet: CF, C0 and FF. RGB value is (207,192,255). Sum of RGB (Red+Green+Blue) = 207+192+255=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0FF is #303F00. Grayscale: #CBCBCB. Windows color (decimal): -3161857 or 16761039. OLE color: 16761039.
HSL color Cylindrical-coordinate representation of color #CFC0FF: hue angle of 254.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC0FF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 192 | 255 | - |
| CMYK | 0.19 | 0.25 | 0 | 0 |
| HSL | 254.29º | 1% | 0.88% | - |
| HSV(B) | 254.29º | 0.25% | 1% | - |
| XYZ | 62.63 | 58.18 | 102.54 | - |
| YUV | 203.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 255 | 0.19 | 0.25 | 0 | 0 | 254.29 | 1 | 0.88 |
| Hex | CF | C0 | FF | 13 | 19 | 0 | 0 | FE | 64 | 58 |
| Octal | 317 | 300 | 377 | 23 | 31 | 0 | 0 | 376 | 144 | 130 |
| Binary | 11001111 | 11000000 | 11111111 | 10011 | 11001 | 0 | 0 | 11111110 | 1100100 | 1011000 |
Color Harmonies of #CFC0FF
Complementary color
Monochromatic Colors of #CFC0FF
Black with #CFC0FF
Text Example
Text Example
White with #CFC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0FF; }
p { color: rgb(207,192,255); }
H1.HeaderClassName
{
color: #CFC0FF;
}
.AnyTagClassName
{
color: #CFC0FF;
}
</style>
background-color css
<style>
a { background-color: #CFC0FF; }
a { background-color: rgb(207,192,255); }
div.DivClassName
{
background-color: #CFC0FF;
}
.BgClassName
{
background-color: #CFC0FF;
}
</style>
border-color css
<style>
span { border-color: #CFC0FF; }
span { border-color: rgb(207,192,255); }
td.TdClassName
{
border-color: #CFC0FF;
}
.TagClassName
{
border-color: #CFC0FF;
}
</style>