Shades of Lavender Blue #CFCEF6
Tints of Lavender Blue #CFCEF6
RGB
CMYK
RGB Variations
Color information
#CFCEF6 (or 0xCFCEF6) is known color: Lavender Blue. HEX triplet: CF, CE and F6. RGB value is (207,206,246). Sum of RGB (Red+Green+Blue) = 207+206+246=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF6 is #303109. Grayscale: #D2D2D2. Windows color (decimal): -3158282 or 16174799. OLE color: 16174799.
HSL color Cylindrical-coordinate representation of color #CFCEF6: hue angle of 241.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCEF6 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 206 | 246 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 241.5º | 0.69% | 0.89% | - |
| HSV(B) | 241.5º | 0.16% | 0.96% | - |
| XYZ | 64.44 | 64.06 | 96.16 | - |
| YUV | 210.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 246 | 0.16 | 0.16 | 0 | 0.04 | 241.5 | 0.69 | 0.89 |
| Hex | CF | CE | F6 | 10 | 10 | 0 | 4 | F2 | 45 | 59 |
| Octal | 317 | 316 | 366 | 20 | 20 | 0 | 4 | 362 | 105 | 131 |
| Binary | 11001111 | 11001110 | 11110110 | 10000 | 10000 | 0 | 100 | 11110010 | 1000101 | 1011001 |
Color Harmonies of #CFCEF6
Complementary color
Monochromatic Colors of #CFCEF6
Black with #CFCEF6
Text Example
Text Example
White with #CFCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEF6; }
p { color: rgb(207,206,246); }
H1.HeaderClassName
{
color: #CFCEF6;
}
.AnyTagClassName
{
color: #CFCEF6;
}
</style>
background-color css
<style>
a { background-color: #CFCEF6; }
a { background-color: rgb(207,206,246); }
div.DivClassName
{
background-color: #CFCEF6;
}
.BgClassName
{
background-color: #CFCEF6;
}
</style>
border-color css
<style>
span { border-color: #CFCEF6; }
span { border-color: rgb(207,206,246); }
td.TdClassName
{
border-color: #CFCEF6;
}
.TagClassName
{
border-color: #CFCEF6;
}
</style>