Shades of Lavender Blue #CFCEFF
Tints of Lavender Blue #CFCEFF
RGB
CMYK
RGB Variations
Color information
#CFCEFF (or 0xCFCEFF) is known color: Lavender Blue. HEX triplet: CF, CE and FF. RGB value is (207,206,255). Sum of RGB (Red+Green+Blue) = 207+206+255=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEFF is #303100. Grayscale: #D3D3D3. Windows color (decimal): -3158273 or 16764623. OLE color: 16764623.
HSL color Cylindrical-coordinate representation of color #CFCEFF: hue angle of 241.22º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCEFF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 206 | 255 | - |
| CMYK | 0.19 | 0.19 | 0 | 0 |
| HSL | 241.22º | 1% | 0.9% | - |
| HSV(B) | 241.22º | 0.19% | 1% | - |
| XYZ | 65.85 | 64.63 | 103.61 | - |
| YUV | 211.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 255 | 0.19 | 0.19 | 0 | 0 | 241.22 | 1 | 0.9 |
| Hex | CF | CE | FF | 13 | 13 | 0 | 0 | F1 | 64 | 5A |
| Octal | 317 | 316 | 377 | 23 | 23 | 0 | 0 | 361 | 144 | 132 |
| Binary | 11001111 | 11001110 | 11111111 | 10011 | 10011 | 0 | 0 | 11110001 | 1100100 | 1011010 |
Color Harmonies of #CFCEFF
Complementary color
Monochromatic Colors of #CFCEFF
Black with #CFCEFF
Text Example
Text Example
White with #CFCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEFF; }
p { color: rgb(207,206,255); }
H1.HeaderClassName
{
color: #CFCEFF;
}
.AnyTagClassName
{
color: #CFCEFF;
}
</style>
background-color css
<style>
a { background-color: #CFCEFF; }
a { background-color: rgb(207,206,255); }
div.DivClassName
{
background-color: #CFCEFF;
}
.BgClassName
{
background-color: #CFCEFF;
}
</style>
border-color css
<style>
span { border-color: #CFCEFF; }
span { border-color: rgb(207,206,255); }
td.TdClassName
{
border-color: #CFCEFF;
}
.TagClassName
{
border-color: #CFCEFF;
}
</style>