Shades of Lavender Blue #CFCEF3
Tints of Lavender Blue #CFCEF3
RGB
CMYK
RGB Variations
Color information
#CFCEF3 (or 0xCFCEF3) is known color: Lavender Blue. HEX triplet: CF, CE and F3. RGB value is (207,206,243). Sum of RGB (Red+Green+Blue) = 207+206+243=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF3 is #30310C. Grayscale: #D2D2D2. Windows color (decimal): -3158285 or 15978191. OLE color: 15978191.
HSL color Cylindrical-coordinate representation of color #CFCEF3: hue angle of 241.62º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCEF3 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 206 | 243 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.05 |
| HSL | 241.62º | 0.61% | 0.88% | - |
| HSV(B) | 241.62º | 0.15% | 0.95% | - |
| XYZ | 63.98 | 63.88 | 93.75 | - |
| YUV | 210.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 243 | 0.15 | 0.15 | 0 | 0.05 | 241.62 | 0.61 | 0.88 |
| Hex | CF | CE | F3 | F | F | 0 | 5 | F2 | 3D | 58 |
| Octal | 317 | 316 | 363 | 17 | 17 | 0 | 5 | 362 | 75 | 130 |
| Binary | 11001111 | 11001110 | 11110011 | 1111 | 1111 | 0 | 101 | 11110010 | 111101 | 1011000 |
Color Harmonies of #CFCEF3
Complementary color
Monochromatic Colors of #CFCEF3
Black with #CFCEF3
Text Example
Text Example
White with #CFCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEF3; }
p { color: rgb(207,206,243); }
H1.HeaderClassName
{
color: #CFCEF3;
}
.AnyTagClassName
{
color: #CFCEF3;
}
</style>
background-color css
<style>
a { background-color: #CFCEF3; }
a { background-color: rgb(207,206,243); }
div.DivClassName
{
background-color: #CFCEF3;
}
.BgClassName
{
background-color: #CFCEF3;
}
</style>
border-color css
<style>
span { border-color: #CFCEF3; }
span { border-color: rgb(207,206,243); }
td.TdClassName
{
border-color: #CFCEF3;
}
.TagClassName
{
border-color: #CFCEF3;
}
</style>