Shades of Lavender Blue #CFCFF8
Tints of Lavender Blue #CFCFF8
RGB
CMYK
RGB Variations
Color information
#CFCFF8 (or 0xCFCFF8) is known color: Lavender Blue. HEX triplet: CF, CF and F8. RGB value is (207,207,248). Sum of RGB (Red+Green+Blue) = 207+207+248=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF8 is #303007. Grayscale: #D3D3D3. Windows color (decimal): -3158024 or 16306127. OLE color: 16306127.
HSL color Cylindrical-coordinate representation of color #CFCFF8: hue angle of 240º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCFF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 207 | 248 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.03 |
| HSL | 240º | 0.75% | 0.89% | - |
| HSV(B) | 240º | 0.17% | 0.97% | - |
| XYZ | 64.99 | 64.67 | 97.86 | - |
| YUV | 211.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 248 | 0.17 | 0.17 | 0 | 0.03 | 240 | 0.75 | 0.89 |
| Hex | CF | CF | F8 | 11 | 11 | 0 | 3 | F0 | 4B | 59 |
| Octal | 317 | 317 | 370 | 21 | 21 | 0 | 3 | 360 | 113 | 131 |
| Binary | 11001111 | 11001111 | 11111000 | 10001 | 10001 | 0 | 11 | 11110000 | 1001011 | 1011001 |
Color Harmonies of #CFCFF8
Complementary color
Monochromatic Colors of #CFCFF8
Black with #CFCFF8
Text Example
Text Example
White with #CFCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFF8; }
p { color: rgb(207,207,248); }
H1.HeaderClassName
{
color: #CFCFF8;
}
.AnyTagClassName
{
color: #CFCFF8;
}
</style>
background-color css
<style>
a { background-color: #CFCFF8; }
a { background-color: rgb(207,207,248); }
div.DivClassName
{
background-color: #CFCFF8;
}
.BgClassName
{
background-color: #CFCFF8;
}
</style>
border-color css
<style>
span { border-color: #CFCFF8; }
span { border-color: rgb(207,207,248); }
td.TdClassName
{
border-color: #CFCFF8;
}
.TagClassName
{
border-color: #CFCFF8;
}
</style>