Shades of Lavender Blue #CFCBFE
Tints of Lavender Blue #CFCBFE
RGB
CMYK
RGB Variations
Color information
#CFCBFE (or 0xCFCBFE) is known color: Lavender Blue. HEX triplet: CF, CB and FE. RGB value is (207,203,254). Sum of RGB (Red+Green+Blue) = 207+203+254=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBFE is #303401. Grayscale: #D1D1D1. Windows color (decimal): -3159042 or 16698319. OLE color: 16698319.
HSL color Cylindrical-coordinate representation of color #CFCBFE: hue angle of 244.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCBFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 203 | 254 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.00 |
| HSL | 244.71º | 0.96% | 0.9% | - |
| HSV(B) | 244.71º | 0.2% | 1% | - |
| XYZ | 64.98 | 63.13 | 102.53 | - |
| YUV | 210.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 254 | 0.19 | 0.20 | 0 | 0.00 | 244.71 | 0.96 | 0.9 |
| Hex | CF | CB | FE | 13 | 14 | 0 | 0 | F5 | 60 | 5A |
| Octal | 317 | 313 | 376 | 23 | 24 | 0 | 0 | 365 | 140 | 132 |
| Binary | 11001111 | 11001011 | 11111110 | 10011 | 10100 | 0 | 0 | 11110101 | 1100000 | 1011010 |
Color Harmonies of #CFCBFE
Complementary color
Monochromatic Colors of #CFCBFE
Black with #CFCBFE
Text Example
Text Example
White with #CFCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBFE; }
p { color: rgb(207,203,254); }
H1.HeaderClassName
{
color: #CFCBFE;
}
.AnyTagClassName
{
color: #CFCBFE;
}
</style>
background-color css
<style>
a { background-color: #CFCBFE; }
a { background-color: rgb(207,203,254); }
div.DivClassName
{
background-color: #CFCBFE;
}
.BgClassName
{
background-color: #CFCBFE;
}
</style>
border-color css
<style>
span { border-color: #CFCBFE; }
span { border-color: rgb(207,203,254); }
td.TdClassName
{
border-color: #CFCBFE;
}
.TagClassName
{
border-color: #CFCBFE;
}
</style>