Shades of Lavender Blue #CFCFFA
Tints of Lavender Blue #CFCFFA
RGB
CMYK
RGB Variations
Color information
#CFCFFA (or 0xCFCFFA) is known color: Lavender Blue. HEX triplet: CF, CF and FA. RGB value is (207,207,250). Sum of RGB (Red+Green+Blue) = 207+207+250=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFA is #303005. Grayscale: #D3D3D3. Windows color (decimal): -3158022 or 16437199. OLE color: 16437199.
HSL color Cylindrical-coordinate representation of color #CFCFFA: hue angle of 240º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCFFA is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 207 | 250 | - |
CMYK | 0.17 | 0.17 | 0 | 0.02 |
HSL | 240º | 0.81% | 0.9% | - |
HSV(B) | 240º | 0.17% | 0.98% | - |
XYZ | 65.3 | 64.79 | 99.51 | - |
YUV | 211.9 | 149.5 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 250 | 0.17 | 0.17 | 0 | 0.02 | 240 | 0.81 | 0.9 |
Hex | CF | CF | FA | 11 | 11 | 0 | 2 | F0 | 51 | 5A |
Octal | 317 | 317 | 372 | 21 | 21 | 0 | 2 | 360 | 121 | 132 |
Binary | 11001111 | 11001111 | 11111010 | 10001 | 10001 | 0 | 10 | 11110000 | 1010001 | 1011010 |
Color Harmonies of #CFCFFA
Complementary color
Monochromatic Colors of #CFCFFA
Black with #CFCFFA
Text Example
Text Example
White with #CFCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFFA; }
p { color: rgb(207,207,250); }
H1.HeaderClassName
{
color: #CFCFFA;
}
.AnyTagClassName
{
color: #CFCFFA;
}
</style>
background-color css
<style>
a { background-color: #CFCFFA; }
a { background-color: rgb(207,207,250); }
div.DivClassName
{
background-color: #CFCFFA;
}
.BgClassName
{
background-color: #CFCFFA;
}
</style>
border-color css
<style>
span { border-color: #CFCFFA; }
span { border-color: rgb(207,207,250); }
td.TdClassName
{
border-color: #CFCFFA;
}
.TagClassName
{
border-color: #CFCFFA;
}
</style>