Shades of Lavender Blue #C8CCFF
Tints of Lavender Blue #C8CCFF
RGB
CMYK
RGB Variations
Color information
#C8CCFF (or 0xC8CCFF) is known color: Lavender Blue. HEX triplet: C8, CC and FF. RGB value is (200,204,255). Sum of RGB (Red+Green+Blue) = 200+204+255=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCFF is #373300. Grayscale: #D0D0D0. Windows color (decimal): -3617537 or 16764104. OLE color: 16764104.
HSL color Cylindrical-coordinate representation of color #C8CCFF: hue angle of 235.64º 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 #C8CCFF is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 204 | 255 | - |
| CMYK | 0.22 | 0.2 | 0 | 0 |
| HSL | 235.64º | 1% | 0.89% | - |
| HSV(B) | 235.64º | 0.22% | 1% | - |
| XYZ | 63.46 | 62.69 | 103.36 | - |
| YUV | 208.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 255 | 0.22 | 0.2 | 0 | 0 | 235.64 | 1 | 0.89 |
| Hex | C8 | CC | FF | 16 | 14 | 0 | 0 | EC | 64 | 59 |
| Octal | 310 | 314 | 377 | 26 | 24 | 0 | 0 | 354 | 144 | 131 |
| Binary | 11001000 | 11001100 | 11111111 | 10110 | 10100 | 0 | 0 | 11101100 | 1100100 | 1011001 |
Color Harmonies of #C8CCFF
Complementary color
Monochromatic Colors of #C8CCFF
Black with #C8CCFF
Text Example
Text Example
White with #C8CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCFF; }
p { color: rgb(200,204,255); }
H1.HeaderClassName
{
color: #C8CCFF;
}
.AnyTagClassName
{
color: #C8CCFF;
}
</style>
background-color css
<style>
a { background-color: #C8CCFF; }
a { background-color: rgb(200,204,255); }
div.DivClassName
{
background-color: #C8CCFF;
}
.BgClassName
{
background-color: #C8CCFF;
}
</style>
border-color css
<style>
span { border-color: #C8CCFF; }
span { border-color: rgb(200,204,255); }
td.TdClassName
{
border-color: #C8CCFF;
}
.TagClassName
{
border-color: #C8CCFF;
}
</style>