Shades of Lavender Blue #CFC2FF
Tints of Lavender Blue #CFC2FF
RGB
CMYK
RGB Variations
Color information
#CFC2FF (or 0xCFC2FF) is known color: Lavender Blue. HEX triplet: CF, C2 and FF. RGB value is (207,194,255). Sum of RGB (Red+Green+Blue) = 207+194+255=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FF is #303D00. Grayscale: #CCCCCC. Windows color (decimal): -3161345 or 16761551. OLE color: 16761551.
HSL color Cylindrical-coordinate representation of color #CFC2FF: hue angle of 252.79º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC2FF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 194 | 255 | - |
| CMYK | 0.19 | 0.24 | 0 | 0 |
| HSL | 252.79º | 1% | 0.88% | - |
| HSV(B) | 252.79º | 0.24% | 1% | - |
| XYZ | 63.07 | 59.07 | 102.68 | - |
| YUV | 204.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 255 | 0.19 | 0.24 | 0 | 0 | 252.79 | 1 | 0.88 |
| Hex | CF | C2 | FF | 13 | 18 | 0 | 0 | FD | 64 | 58 |
| Octal | 317 | 302 | 377 | 23 | 30 | 0 | 0 | 375 | 144 | 130 |
| Binary | 11001111 | 11000010 | 11111111 | 10011 | 11000 | 0 | 0 | 11111101 | 1100100 | 1011000 |
Color Harmonies of #CFC2FF
Complementary color
Monochromatic Colors of #CFC2FF
Black with #CFC2FF
Text Example
Text Example
White with #CFC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2FF; }
p { color: rgb(207,194,255); }
H1.HeaderClassName
{
color: #CFC2FF;
}
.AnyTagClassName
{
color: #CFC2FF;
}
</style>
background-color css
<style>
a { background-color: #CFC2FF; }
a { background-color: rgb(207,194,255); }
div.DivClassName
{
background-color: #CFC2FF;
}
.BgClassName
{
background-color: #CFC2FF;
}
</style>
border-color css
<style>
span { border-color: #CFC2FF; }
span { border-color: rgb(207,194,255); }
td.TdClassName
{
border-color: #CFC2FF;
}
.TagClassName
{
border-color: #CFC2FF;
}
</style>