Shades of Lavender Blue #C8CDFB
Tints of Lavender Blue #C8CDFB
RGB
CMYK
RGB Variations
Color information
#C8CDFB (or 0xC8CDFB) is known color: Lavender Blue. HEX triplet: C8, CD and FB. RGB value is (200,205,251). Sum of RGB (Red+Green+Blue) = 200+205+251=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFB is #373204. Grayscale: #D0D0D0. Windows color (decimal): -3617285 or 16502216. OLE color: 16502216.
HSL color Cylindrical-coordinate representation of color #C8CDFB: hue angle of 234.12º 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 #C8CDFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 205 | 251 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.02 |
| HSL | 234.12º | 0.86% | 0.88% | - |
| HSV(B) | 234.12º | 0.2% | 0.98% | - |
| XYZ | 63.06 | 62.91 | 100.09 | - |
| YUV | 208.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 251 | 0.20 | 0.18 | 0 | 0.02 | 234.12 | 0.86 | 0.88 |
| Hex | C8 | CD | FB | 14 | 12 | 0 | 2 | EA | 56 | 58 |
| Octal | 310 | 315 | 373 | 24 | 22 | 0 | 2 | 352 | 126 | 130 |
| Binary | 11001000 | 11001101 | 11111011 | 10100 | 10010 | 0 | 10 | 11101010 | 1010110 | 1011000 |
Color Harmonies of #C8CDFB
Complementary color
Monochromatic Colors of #C8CDFB
Black with #C8CDFB
Text Example
Text Example
White with #C8CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDFB; }
p { color: rgb(200,205,251); }
H1.HeaderClassName
{
color: #C8CDFB;
}
.AnyTagClassName
{
color: #C8CDFB;
}
</style>
background-color css
<style>
a { background-color: #C8CDFB; }
a { background-color: rgb(200,205,251); }
div.DivClassName
{
background-color: #C8CDFB;
}
.BgClassName
{
background-color: #C8CDFB;
}
</style>
border-color css
<style>
span { border-color: #C8CDFB; }
span { border-color: rgb(200,205,251); }
td.TdClassName
{
border-color: #C8CDFB;
}
.TagClassName
{
border-color: #C8CDFB;
}
</style>