Shades of Lavender Blue #CFC5FF
Tints of Lavender Blue #CFC5FF
RGB
CMYK
RGB Variations
Color information
#CFC5FF (or 0xCFC5FF) is known color: Lavender Blue. HEX triplet: CF, C5 and FF. RGB value is (207,197,255). Sum of RGB (Red+Green+Blue) = 207+197+255=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FF is #303A00. Grayscale: #CECECE. Windows color (decimal): -3160577 or 16762319. OLE color: 16762319.
HSL color Cylindrical-coordinate representation of color #CFC5FF: hue angle of 250.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC5FF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 197 | 255 | - |
| CMYK | 0.19 | 0.23 | 0 | 0 |
| HSL | 250.34º | 1% | 0.89% | - |
| HSV(B) | 250.34º | 0.23% | 1% | - |
| XYZ | 63.75 | 60.42 | 102.91 | - |
| YUV | 206.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 255 | 0.19 | 0.23 | 0 | 0 | 250.34 | 1 | 0.89 |
| Hex | CF | C5 | FF | 13 | 17 | 0 | 0 | FA | 64 | 59 |
| Octal | 317 | 305 | 377 | 23 | 27 | 0 | 0 | 372 | 144 | 131 |
| Binary | 11001111 | 11000101 | 11111111 | 10011 | 10111 | 0 | 0 | 11111010 | 1100100 | 1011001 |
Color Harmonies of #CFC5FF
Complementary color
Monochromatic Colors of #CFC5FF
Black with #CFC5FF
Text Example
Text Example
White with #CFC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5FF; }
p { color: rgb(207,197,255); }
H1.HeaderClassName
{
color: #CFC5FF;
}
.AnyTagClassName
{
color: #CFC5FF;
}
</style>
background-color css
<style>
a { background-color: #CFC5FF; }
a { background-color: rgb(207,197,255); }
div.DivClassName
{
background-color: #CFC5FF;
}
.BgClassName
{
background-color: #CFC5FF;
}
</style>
border-color css
<style>
span { border-color: #CFC5FF; }
span { border-color: rgb(207,197,255); }
td.TdClassName
{
border-color: #CFC5FF;
}
.TagClassName
{
border-color: #CFC5FF;
}
</style>