Shades of Lavender Blue #CFC1FD
Tints of Lavender Blue #CFC1FD
RGB
CMYK
RGB Variations
Color information
#CFC1FD (or 0xCFC1FD) is known color: Lavender Blue. HEX triplet: CF, C1 and FD. RGB value is (207,193,253). Sum of RGB (Red+Green+Blue) = 207+193+253=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1FD is #303E02. Grayscale: #CBCBCB. Windows color (decimal): -3161603 or 16630223. OLE color: 16630223.
HSL color Cylindrical-coordinate representation of color #CFC1FD: hue angle of 254º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC1FD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 193 | 253 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.01 |
| HSL | 254º | 0.94% | 0.87% | - |
| HSV(B) | 254º | 0.24% | 0.99% | - |
| XYZ | 62.53 | 58.5 | 100.92 | - |
| YUV | 204.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 253 | 0.18 | 0.24 | 0 | 0.01 | 254 | 0.94 | 0.87 |
| Hex | CF | C1 | FD | 12 | 18 | 0 | 1 | FE | 5E | 57 |
| Octal | 317 | 301 | 375 | 22 | 30 | 0 | 1 | 376 | 136 | 127 |
| Binary | 11001111 | 11000001 | 11111101 | 10010 | 11000 | 0 | 1 | 11111110 | 1011110 | 1010111 |
Color Harmonies of #CFC1FD
Complementary color
Monochromatic Colors of #CFC1FD
Black with #CFC1FD
Text Example
Text Example
White with #CFC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1FD; }
p { color: rgb(207,193,253); }
H1.HeaderClassName
{
color: #CFC1FD;
}
.AnyTagClassName
{
color: #CFC1FD;
}
</style>
background-color css
<style>
a { background-color: #CFC1FD; }
a { background-color: rgb(207,193,253); }
div.DivClassName
{
background-color: #CFC1FD;
}
.BgClassName
{
background-color: #CFC1FD;
}
</style>
border-color css
<style>
span { border-color: #CFC1FD; }
span { border-color: rgb(207,193,253); }
td.TdClassName
{
border-color: #CFC1FD;
}
.TagClassName
{
border-color: #CFC1FD;
}
</style>