Shades of Lavender Blue #C8CCFB
Tints of Lavender Blue #C8CCFB
RGB
CMYK
RGB Variations
Color information
#C8CCFB (or 0xC8CCFB) is known color: Lavender Blue. HEX triplet: C8, CC and FB. RGB value is (200,204,251). Sum of RGB (Red+Green+Blue) = 200+204+251=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCFB is #373304. Grayscale: #CFCFCF. Windows color (decimal): -3617541 or 16501960. OLE color: 16501960.
HSL color Cylindrical-coordinate representation of color #C8CCFB: hue angle of 235.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CCFB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 204 | 251 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.02 |
| HSL | 235.29º | 0.86% | 0.88% | - |
| HSV(B) | 235.29º | 0.2% | 0.98% | - |
| XYZ | 62.82 | 62.43 | 100.01 | - |
| YUV | 208.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 251 | 0.20 | 0.19 | 0 | 0.02 | 235.29 | 0.86 | 0.88 |
| Hex | C8 | CC | FB | 14 | 13 | 0 | 2 | EB | 56 | 58 |
| Octal | 310 | 314 | 373 | 24 | 23 | 0 | 2 | 353 | 126 | 130 |
| Binary | 11001000 | 11001100 | 11111011 | 10100 | 10011 | 0 | 10 | 11101011 | 1010110 | 1011000 |
Color Harmonies of #C8CCFB
Complementary color
Monochromatic Colors of #C8CCFB
Black with #C8CCFB
Text Example
Text Example
White with #C8CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCFB; }
p { color: rgb(200,204,251); }
H1.HeaderClassName
{
color: #C8CCFB;
}
.AnyTagClassName
{
color: #C8CCFB;
}
</style>
background-color css
<style>
a { background-color: #C8CCFB; }
a { background-color: rgb(200,204,251); }
div.DivClassName
{
background-color: #C8CCFB;
}
.BgClassName
{
background-color: #C8CCFB;
}
</style>
border-color css
<style>
span { border-color: #C8CCFB; }
span { border-color: rgb(200,204,251); }
td.TdClassName
{
border-color: #C8CCFB;
}
.TagClassName
{
border-color: #C8CCFB;
}
</style>