Shades of Lavender Blue #CFBEFF
Tints of Lavender Blue #CFBEFF
RGB
CMYK
RGB Variations
Color information
#CFBEFF (or 0xCFBEFF) is known color: Lavender Blue. HEX triplet: CF, BE and FF. RGB value is (207,190,255). Sum of RGB (Red+Green+Blue) = 207+190+255=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEFF is #304100. Grayscale: #CACACA. Windows color (decimal): -3162369 or 16760527. OLE color: 16760527.
HSL color Cylindrical-coordinate representation of color #CFBEFF: hue angle of 255.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBEFF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 190 | 255 | - |
| CMYK | 0.19 | 0.25 | 0 | 0 |
| HSL | 255.69º | 1% | 0.87% | - |
| HSV(B) | 255.69º | 0.25% | 1% | - |
| XYZ | 62.2 | 57.31 | 102.39 | - |
| YUV | 202.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 255 | 0.19 | 0.25 | 0 | 0 | 255.69 | 1 | 0.87 |
| Hex | CF | BE | FF | 13 | 19 | 0 | 0 | 100 | 64 | 57 |
| Octal | 317 | 276 | 377 | 23 | 31 | 0 | 0 | 400 | 144 | 127 |
| Binary | 11001111 | 10111110 | 11111111 | 10011 | 11001 | 0 | 0 | 100000000 | 1100100 | 1010111 |
Color Harmonies of #CFBEFF
Complementary color
Monochromatic Colors of #CFBEFF
Black with #CFBEFF
Text Example
Text Example
White with #CFBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEFF; }
p { color: rgb(207,190,255); }
H1.HeaderClassName
{
color: #CFBEFF;
}
.AnyTagClassName
{
color: #CFBEFF;
}
</style>
background-color css
<style>
a { background-color: #CFBEFF; }
a { background-color: rgb(207,190,255); }
div.DivClassName
{
background-color: #CFBEFF;
}
.BgClassName
{
background-color: #CFBEFF;
}
</style>
border-color css
<style>
span { border-color: #CFBEFF; }
span { border-color: rgb(207,190,255); }
td.TdClassName
{
border-color: #CFBEFF;
}
.TagClassName
{
border-color: #CFBEFF;
}
</style>