Shades of Lavender Blue #CFCFFB
Tints of Lavender Blue #CFCFFB
RGB
CMYK
RGB Variations
Color information
#CFCFFB (or 0xCFCFFB) is known color: Lavender Blue. HEX triplet: CF, CF and FB. RGB value is (207,207,251). Sum of RGB (Red+Green+Blue) = 207+207+251=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFB is #303004. Grayscale: #D3D3D3. Windows color (decimal): -3158021 or 16502735. OLE color: 16502735.
HSL color Cylindrical-coordinate representation of color #CFCFFB: hue angle of 240º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCFFB is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 207 | 251 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.02 |
| HSL | 240º | 0.85% | 0.9% | - |
| HSV(B) | 240º | 0.18% | 0.98% | - |
| XYZ | 65.46 | 64.86 | 100.34 | - |
| YUV | 212.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 251 | 0.18 | 0.18 | 0 | 0.02 | 240 | 0.85 | 0.9 |
| Hex | CF | CF | FB | 12 | 12 | 0 | 2 | F0 | 55 | 5A |
| Octal | 317 | 317 | 373 | 22 | 22 | 0 | 2 | 360 | 125 | 132 |
| Binary | 11001111 | 11001111 | 11111011 | 10010 | 10010 | 0 | 10 | 11110000 | 1010101 | 1011010 |
Color Harmonies of #CFCFFB
Complementary color
Monochromatic Colors of #CFCFFB
Black with #CFCFFB
Text Example
Text Example
White with #CFCFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFFB; }
p { color: rgb(207,207,251); }
H1.HeaderClassName
{
color: #CFCFFB;
}
.AnyTagClassName
{
color: #CFCFFB;
}
</style>
background-color css
<style>
a { background-color: #CFCFFB; }
a { background-color: rgb(207,207,251); }
div.DivClassName
{
background-color: #CFCFFB;
}
.BgClassName
{
background-color: #CFCFFB;
}
</style>
border-color css
<style>
span { border-color: #CFCFFB; }
span { border-color: rgb(207,207,251); }
td.TdClassName
{
border-color: #CFCFFB;
}
.TagClassName
{
border-color: #CFCFFB;
}
</style>