Shades of Lavender Blue #CFCFFF
Tints of Lavender Blue #CFCFFF
RGB
CMYK
RGB Variations
Color information
#CFCFFF (or 0xCFCFFF) is known color: Lavender Blue. HEX triplet: CF, CF and FF. RGB value is (207,207,255). Sum of RGB (Red+Green+Blue) = 207+207+255=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFF is #303000. Grayscale: #D4D4D4. Windows color (decimal): -3158017 or 16764879. OLE color: 16764879.
HSL color Cylindrical-coordinate representation of color #CFCFFF: hue angle of 240º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCFFF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 207 | 255 | - |
| CMYK | 0.19 | 0.19 | 0 | 0 |
| HSL | 240º | 1% | 0.91% | - |
| HSV(B) | 240º | 0.19% | 1% | - |
| XYZ | 66.09 | 65.11 | 103.69 | - |
| YUV | 212.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 255 | 0.19 | 0.19 | 0 | 0 | 240 | 1 | 0.91 |
| Hex | CF | CF | FF | 13 | 13 | 0 | 0 | F0 | 64 | 5B |
| Octal | 317 | 317 | 377 | 23 | 23 | 0 | 0 | 360 | 144 | 133 |
| Binary | 11001111 | 11001111 | 11111111 | 10011 | 10011 | 0 | 0 | 11110000 | 1100100 | 1011011 |
Color Harmonies of #CFCFFF
Complementary color
Monochromatic Colors of #CFCFFF
Black with #CFCFFF
Text Example
Text Example
White with #CFCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFFF; }
p { color: rgb(207,207,255); }
H1.HeaderClassName
{
color: #CFCFFF;
}
.AnyTagClassName
{
color: #CFCFFF;
}
</style>
background-color css
<style>
a { background-color: #CFCFFF; }
a { background-color: rgb(207,207,255); }
div.DivClassName
{
background-color: #CFCFFF;
}
.BgClassName
{
background-color: #CFCFFF;
}
</style>
border-color css
<style>
span { border-color: #CFCFFF; }
span { border-color: rgb(207,207,255); }
td.TdClassName
{
border-color: #CFCFFF;
}
.TagClassName
{
border-color: #CFCFFF;
}
</style>