Shades of Lavender Blue #C8C9FC
Tints of Lavender Blue #C8C9FC
RGB
CMYK
RGB Variations
Color information
#C8C9FC (or 0xC8C9FC) is known color: Lavender Blue. HEX triplet: C8, C9 and FC. RGB value is (200,201,252). Sum of RGB (Red+Green+Blue) = 200+201+252=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9FC is #373603. Grayscale: #CECECE. Windows color (decimal): -3618308 or 16566728. OLE color: 16566728.
HSL color Cylindrical-coordinate representation of color #C8C9FC: hue angle of 238.85º degrees, saturation: 0.9, 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 #C8C9FC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 201 | 252 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.01 |
| HSL | 238.85º | 0.9% | 0.89% | - |
| HSV(B) | 238.85º | 0.21% | 0.99% | - |
| XYZ | 62.28 | 61.08 | 100.6 | - |
| YUV | 206.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 252 | 0.21 | 0.20 | 0 | 0.01 | 238.85 | 0.9 | 0.89 |
| Hex | C8 | C9 | FC | 15 | 14 | 0 | 1 | EF | 5A | 59 |
| Octal | 310 | 311 | 374 | 25 | 24 | 0 | 1 | 357 | 132 | 131 |
| Binary | 11001000 | 11001001 | 11111100 | 10101 | 10100 | 0 | 1 | 11101111 | 1011010 | 1011001 |
Color Harmonies of #C8C9FC
Complementary color
Monochromatic Colors of #C8C9FC
Black with #C8C9FC
Text Example
Text Example
White with #C8C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9FC; }
p { color: rgb(200,201,252); }
H1.HeaderClassName
{
color: #C8C9FC;
}
.AnyTagClassName
{
color: #C8C9FC;
}
</style>
background-color css
<style>
a { background-color: #C8C9FC; }
a { background-color: rgb(200,201,252); }
div.DivClassName
{
background-color: #C8C9FC;
}
.BgClassName
{
background-color: #C8C9FC;
}
</style>
border-color css
<style>
span { border-color: #C8C9FC; }
span { border-color: rgb(200,201,252); }
td.TdClassName
{
border-color: #C8C9FC;
}
.TagClassName
{
border-color: #C8C9FC;
}
</style>