Shades of Lavender Blue #CFC1FE
Tints of Lavender Blue #CFC1FE
RGB
CMYK
RGB Variations
Color information
#CFC1FE (or 0xCFC1FE) is known color: Lavender Blue. HEX triplet: CF, C1 and FE. RGB value is (207,193,254). Sum of RGB (Red+Green+Blue) = 207+193+254=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1FE is #303E01. Grayscale: #CBCBCB. Windows color (decimal): -3161602 or 16695759. OLE color: 16695759.
HSL color Cylindrical-coordinate representation of color #CFC1FE: hue angle of 253.77º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC1FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 193 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 253.77º | 0.97% | 0.88% | - |
| HSV(B) | 253.77º | 0.24% | 1% | - |
| XYZ | 62.69 | 58.56 | 101.77 | - |
| YUV | 204.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 254 | 0.19 | 0.24 | 0 | 0.00 | 253.77 | 0.97 | 0.88 |
| Hex | CF | C1 | FE | 13 | 18 | 0 | 0 | FE | 61 | 58 |
| Octal | 317 | 301 | 376 | 23 | 30 | 0 | 0 | 376 | 141 | 130 |
| Binary | 11001111 | 11000001 | 11111110 | 10011 | 11000 | 0 | 0 | 11111110 | 1100001 | 1011000 |
Color Harmonies of #CFC1FE
Complementary color
Monochromatic Colors of #CFC1FE
Black with #CFC1FE
Text Example
Text Example
White with #CFC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1FE; }
p { color: rgb(207,193,254); }
H1.HeaderClassName
{
color: #CFC1FE;
}
.AnyTagClassName
{
color: #CFC1FE;
}
</style>
background-color css
<style>
a { background-color: #CFC1FE; }
a { background-color: rgb(207,193,254); }
div.DivClassName
{
background-color: #CFC1FE;
}
.BgClassName
{
background-color: #CFC1FE;
}
</style>
border-color css
<style>
span { border-color: #CFC1FE; }
span { border-color: rgb(207,193,254); }
td.TdClassName
{
border-color: #CFC1FE;
}
.TagClassName
{
border-color: #CFC1FE;
}
</style>