Shades of Lavender Blue #CFC8FD
Tints of Lavender Blue #CFC8FD
RGB
CMYK
RGB Variations
Color information
#CFC8FD (or 0xCFC8FD) is known color: Lavender Blue. HEX triplet: CF, C8 and FD. RGB value is (207,200,253). Sum of RGB (Red+Green+Blue) = 207+200+253=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FD is #303702. Grayscale: #CFCFCF. Windows color (decimal): -3159811 or 16632015. OLE color: 16632015.
HSL color Cylindrical-coordinate representation of color #CFC8FD: hue angle of 247.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC8FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 200 | 253 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.01 |
| HSL | 247.92º | 0.93% | 0.89% | - |
| HSV(B) | 247.92º | 0.21% | 0.99% | - |
| XYZ | 64.12 | 61.67 | 101.45 | - |
| YUV | 208.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 253 | 0.18 | 0.21 | 0 | 0.01 | 247.92 | 0.93 | 0.89 |
| Hex | CF | C8 | FD | 12 | 15 | 0 | 1 | F8 | 5D | 59 |
| Octal | 317 | 310 | 375 | 22 | 25 | 0 | 1 | 370 | 135 | 131 |
| Binary | 11001111 | 11001000 | 11111101 | 10010 | 10101 | 0 | 1 | 11111000 | 1011101 | 1011001 |
Color Harmonies of #CFC8FD
Complementary color
Monochromatic Colors of #CFC8FD
Black with #CFC8FD
Text Example
Text Example
White with #CFC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8FD; }
p { color: rgb(207,200,253); }
H1.HeaderClassName
{
color: #CFC8FD;
}
.AnyTagClassName
{
color: #CFC8FD;
}
</style>
background-color css
<style>
a { background-color: #CFC8FD; }
a { background-color: rgb(207,200,253); }
div.DivClassName
{
background-color: #CFC8FD;
}
.BgClassName
{
background-color: #CFC8FD;
}
</style>
border-color css
<style>
span { border-color: #CFC8FD; }
span { border-color: rgb(207,200,253); }
td.TdClassName
{
border-color: #CFC8FD;
}
.TagClassName
{
border-color: #CFC8FD;
}
</style>