Shades of Lavender Blue #C8D0FC
Tints of Lavender Blue #C8D0FC
RGB
CMYK
RGB Variations
Color information
#C8D0FC (or 0xC8D0FC) is known color: Lavender Blue. HEX triplet: C8, D0 and FC. RGB value is (200,208,252). Sum of RGB (Red+Green+Blue) = 200+208+252=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D0FC is #372F03. Grayscale: #D2D2D2. Windows color (decimal): -3616516 or 16568520. OLE color: 16568520.
HSL color Cylindrical-coordinate representation of color #C8D0FC: hue angle of 230.77º 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 #C8D0FC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 208 | 252 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.01 |
| HSL | 230.77º | 0.9% | 0.89% | - |
| HSV(B) | 230.77º | 0.21% | 0.99% | - |
| XYZ | 63.95 | 64.42 | 101.16 | - |
| YUV | 210.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 252 | 0.21 | 0.17 | 0 | 0.01 | 230.77 | 0.9 | 0.89 |
| Hex | C8 | D0 | FC | 15 | 11 | 0 | 1 | E7 | 5A | 59 |
| Octal | 310 | 320 | 374 | 25 | 21 | 0 | 1 | 347 | 132 | 131 |
| Binary | 11001000 | 11010000 | 11111100 | 10101 | 10001 | 0 | 1 | 11100111 | 1011010 | 1011001 |
Color Harmonies of #C8D0FC
Complementary color
Monochromatic Colors of #C8D0FC
Black with #C8D0FC
Text Example
Text Example
White with #C8D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0FC; }
p { color: rgb(200,208,252); }
H1.HeaderClassName
{
color: #C8D0FC;
}
.AnyTagClassName
{
color: #C8D0FC;
}
</style>
background-color css
<style>
a { background-color: #C8D0FC; }
a { background-color: rgb(200,208,252); }
div.DivClassName
{
background-color: #C8D0FC;
}
.BgClassName
{
background-color: #C8D0FC;
}
</style>
border-color css
<style>
span { border-color: #C8D0FC; }
span { border-color: rgb(200,208,252); }
td.TdClassName
{
border-color: #C8D0FC;
}
.TagClassName
{
border-color: #C8D0FC;
}
</style>