Shades of Lavender Blue #C8CFFA
Tints of Lavender Blue #C8CFFA
RGB
CMYK
RGB Variations
Color information
#C8CFFA (or 0xC8CFFA) is known color: Lavender Blue. HEX triplet: C8, CF and FA. RGB value is (200,207,250). Sum of RGB (Red+Green+Blue) = 200+207+250=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFA is #373005. Grayscale: #D1D1D1. Windows color (decimal): -3616774 or 16437192. OLE color: 16437192.
HSL color Cylindrical-coordinate representation of color #C8CFFA: hue angle of 231.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CFFA is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 207 | 250 | - |
CMYK | 0.2 | 0.17 | 0 | 0.02 |
HSL | 231.6º | 0.83% | 0.88% | - |
HSV(B) | 231.6º | 0.2% | 0.98% | - |
XYZ | 63.39 | 63.81 | 99.42 | - |
YUV | 209.81 | 150.68 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 250 | 0.2 | 0.17 | 0 | 0.02 | 231.6 | 0.83 | 0.88 |
Hex | C8 | CF | FA | 14 | 11 | 0 | 2 | E8 | 53 | 58 |
Octal | 310 | 317 | 372 | 24 | 21 | 0 | 2 | 350 | 123 | 130 |
Binary | 11001000 | 11001111 | 11111010 | 10100 | 10001 | 0 | 10 | 11101000 | 1010011 | 1011000 |
Color Harmonies of #C8CFFA
Complementary color
Monochromatic Colors of #C8CFFA
Black with #C8CFFA
Text Example
Text Example
White with #C8CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFFA; }
p { color: rgb(200,207,250); }
H1.HeaderClassName
{
color: #C8CFFA;
}
.AnyTagClassName
{
color: #C8CFFA;
}
</style>
background-color css
<style>
a { background-color: #C8CFFA; }
a { background-color: rgb(200,207,250); }
div.DivClassName
{
background-color: #C8CFFA;
}
.BgClassName
{
background-color: #C8CFFA;
}
</style>
border-color css
<style>
span { border-color: #C8CFFA; }
span { border-color: rgb(200,207,250); }
td.TdClassName
{
border-color: #C8CFFA;
}
.TagClassName
{
border-color: #C8CFFA;
}
</style>