Shades of Lavender Blue #C8CDFF
Tints of Lavender Blue #C8CDFF
RGB
CMYK
RGB Variations
Color information
#C8CDFF (or 0xC8CDFF) is known color: Lavender Blue. HEX triplet: C8, CD and FF. RGB value is (200,205,255). Sum of RGB (Red+Green+Blue) = 200+205+255=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFF is #373200. Grayscale: #D1D1D1. Windows color (decimal): -3617281 or 16764360. OLE color: 16764360.
HSL color Cylindrical-coordinate representation of color #C8CDFF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CDFF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 205 | 255 | - |
| CMYK | 0.22 | 0.20 | 0 | 0 |
| HSL | 234.55º | 1% | 0.89% | - |
| HSV(B) | 234.55º | 0.22% | 1% | - |
| XYZ | 63.7 | 63.16 | 103.44 | - |
| YUV | 209.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 255 | 0.22 | 0.20 | 0 | 0 | 234.55 | 1 | 0.89 |
| Hex | C8 | CD | FF | 16 | 14 | 0 | 0 | EB | 64 | 59 |
| Octal | 310 | 315 | 377 | 26 | 24 | 0 | 0 | 353 | 144 | 131 |
| Binary | 11001000 | 11001101 | 11111111 | 10110 | 10100 | 0 | 0 | 11101011 | 1100100 | 1011001 |
Color Harmonies of #C8CDFF
Complementary color
Monochromatic Colors of #C8CDFF
Black with #C8CDFF
Text Example
Text Example
White with #C8CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDFF; }
p { color: rgb(200,205,255); }
H1.HeaderClassName
{
color: #C8CDFF;
}
.AnyTagClassName
{
color: #C8CDFF;
}
</style>
background-color css
<style>
a { background-color: #C8CDFF; }
a { background-color: rgb(200,205,255); }
div.DivClassName
{
background-color: #C8CDFF;
}
.BgClassName
{
background-color: #C8CDFF;
}
</style>
border-color css
<style>
span { border-color: #C8CDFF; }
span { border-color: rgb(200,205,255); }
td.TdClassName
{
border-color: #C8CDFF;
}
.TagClassName
{
border-color: #C8CDFF;
}
</style>