Shades of Lavender Blue #CFC8EF
Tints of Lavender Blue #CFC8EF
RGB
CMYK
RGB Variations
Color information
#CFC8EF (or 0xCFC8EF) is known color: Lavender Blue. HEX triplet: CF, C8 and EF. RGB value is (207,200,239). Sum of RGB (Red+Green+Blue) = 207+200+239=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8EF is #303710. Grayscale: #CECECE. Windows color (decimal): -3159825 or 15714511. OLE color: 15714511.
HSL color Cylindrical-coordinate representation of color #CFC8EF: hue angle of 250.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC8EF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 200 | 239 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.06 |
| HSL | 250.77º | 0.55% | 0.86% | - |
| HSV(B) | 250.77º | 0.16% | 0.94% | - |
| XYZ | 61.97 | 60.81 | 90.13 | - |
| YUV | 206.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 239 | 0.13 | 0.16 | 0 | 0.06 | 250.77 | 0.55 | 0.86 |
| Hex | CF | C8 | EF | D | 10 | 0 | 6 | FB | 37 | 56 |
| Octal | 317 | 310 | 357 | 15 | 20 | 0 | 6 | 373 | 67 | 126 |
| Binary | 11001111 | 11001000 | 11101111 | 1101 | 10000 | 0 | 110 | 11111011 | 110111 | 1010110 |
Color Harmonies of #CFC8EF
Complementary color
Monochromatic Colors of #CFC8EF
Black with #CFC8EF
Text Example
Text Example
White with #CFC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8EF; }
p { color: rgb(207,200,239); }
H1.HeaderClassName
{
color: #CFC8EF;
}
.AnyTagClassName
{
color: #CFC8EF;
}
</style>
background-color css
<style>
a { background-color: #CFC8EF; }
a { background-color: rgb(207,200,239); }
div.DivClassName
{
background-color: #CFC8EF;
}
.BgClassName
{
background-color: #CFC8EF;
}
</style>
border-color css
<style>
span { border-color: #CFC8EF; }
span { border-color: rgb(207,200,239); }
td.TdClassName
{
border-color: #CFC8EF;
}
.TagClassName
{
border-color: #CFC8EF;
}
</style>