Shades of Lavender Blue #C8CCFE
Tints of Lavender Blue #C8CCFE
RGB
CMYK
RGB Variations
Color information
#C8CCFE (or 0xC8CCFE) is known color: Lavender Blue. HEX triplet: C8, CC and FE. RGB value is (200,204,254). Sum of RGB (Red+Green+Blue) = 200+204+254=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCFE is #373301. Grayscale: #D0D0D0. Windows color (decimal): -3617538 or 16698568. OLE color: 16698568.
HSL color Cylindrical-coordinate representation of color #C8CCFE: hue angle of 235.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CCFE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 204 | 254 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.00 |
| HSL | 235.56º | 0.96% | 0.89% | - |
| HSV(B) | 235.56º | 0.21% | 1% | - |
| XYZ | 63.3 | 62.62 | 102.52 | - |
| YUV | 208.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 254 | 0.21 | 0.20 | 0 | 0.00 | 235.56 | 0.96 | 0.89 |
| Hex | C8 | CC | FE | 15 | 14 | 0 | 0 | EC | 60 | 59 |
| Octal | 310 | 314 | 376 | 25 | 24 | 0 | 0 | 354 | 140 | 131 |
| Binary | 11001000 | 11001100 | 11111110 | 10101 | 10100 | 0 | 0 | 11101100 | 1100000 | 1011001 |
Color Harmonies of #C8CCFE
Complementary color
Monochromatic Colors of #C8CCFE
Black with #C8CCFE
Text Example
Text Example
White with #C8CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCFE; }
p { color: rgb(200,204,254); }
H1.HeaderClassName
{
color: #C8CCFE;
}
.AnyTagClassName
{
color: #C8CCFE;
}
</style>
background-color css
<style>
a { background-color: #C8CCFE; }
a { background-color: rgb(200,204,254); }
div.DivClassName
{
background-color: #C8CCFE;
}
.BgClassName
{
background-color: #C8CCFE;
}
</style>
border-color css
<style>
span { border-color: #C8CCFE; }
span { border-color: rgb(200,204,254); }
td.TdClassName
{
border-color: #C8CCFE;
}
.TagClassName
{
border-color: #C8CCFE;
}
</style>