Shades of Lavender Blue #C8CDFE
Tints of Lavender Blue #C8CDFE
RGB
CMYK
RGB Variations
Color information
#C8CDFE (or 0xC8CDFE) is known color: Lavender Blue. HEX triplet: C8, CD and FE. RGB value is (200,205,254). Sum of RGB (Red+Green+Blue) = 200+205+254=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFE is #373201. Grayscale: #D0D0D0. Windows color (decimal): -3617282 or 16698824. OLE color: 16698824.
HSL color Cylindrical-coordinate representation of color #C8CDFE: hue angle of 234.44º 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 #C8CDFE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 205 | 254 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.00 |
| HSL | 234.44º | 0.96% | 0.89% | - |
| HSV(B) | 234.44º | 0.21% | 1% | - |
| XYZ | 63.54 | 63.1 | 102.6 | - |
| YUV | 209.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 254 | 0.21 | 0.19 | 0 | 0.00 | 234.44 | 0.96 | 0.89 |
| Hex | C8 | CD | FE | 15 | 13 | 0 | 0 | EA | 60 | 59 |
| Octal | 310 | 315 | 376 | 25 | 23 | 0 | 0 | 352 | 140 | 131 |
| Binary | 11001000 | 11001101 | 11111110 | 10101 | 10011 | 0 | 0 | 11101010 | 1100000 | 1011001 |
Color Harmonies of #C8CDFE
Complementary color
Monochromatic Colors of #C8CDFE
Black with #C8CDFE
Text Example
Text Example
White with #C8CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDFE; }
p { color: rgb(200,205,254); }
H1.HeaderClassName
{
color: #C8CDFE;
}
.AnyTagClassName
{
color: #C8CDFE;
}
</style>
background-color css
<style>
a { background-color: #C8CDFE; }
a { background-color: rgb(200,205,254); }
div.DivClassName
{
background-color: #C8CDFE;
}
.BgClassName
{
background-color: #C8CDFE;
}
</style>
border-color css
<style>
span { border-color: #C8CDFE; }
span { border-color: rgb(200,205,254); }
td.TdClassName
{
border-color: #C8CDFE;
}
.TagClassName
{
border-color: #C8CDFE;
}
</style>