Shades of Lavender Blue #C8CDFA
Tints of Lavender Blue #C8CDFA
RGB
CMYK
RGB Variations
Color information
#C8CDFA (or 0xC8CDFA) is known color: Lavender Blue. HEX triplet: C8, CD and FA. RGB value is (200,205,250). Sum of RGB (Red+Green+Blue) = 200+205+250=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFA is #373205. Grayscale: #D0D0D0. Windows color (decimal): -3617286 or 16436680. OLE color: 16436680.
HSL color Cylindrical-coordinate representation of color #C8CDFA: hue angle of 234º degrees, saturation: 0.83, 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 #C8CDFA is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 205 | 250 | - |
CMYK | 0.2 | 0.18 | 0 | 0.02 |
HSL | 234º | 0.83% | 0.88% | - |
HSV(B) | 234º | 0.2% | 0.98% | - |
XYZ | 62.91 | 62.84 | 99.26 | - |
YUV | 208.64 | 151.34 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 250 | 0.2 | 0.18 | 0 | 0.02 | 234 | 0.83 | 0.88 |
Hex | C8 | CD | FA | 14 | 12 | 0 | 2 | EA | 53 | 58 |
Octal | 310 | 315 | 372 | 24 | 22 | 0 | 2 | 352 | 123 | 130 |
Binary | 11001000 | 11001101 | 11111010 | 10100 | 10010 | 0 | 10 | 11101010 | 1010011 | 1011000 |
Color Harmonies of #C8CDFA
Complementary color
Monochromatic Colors of #C8CDFA
Black with #C8CDFA
Text Example
Text Example
White with #C8CDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDFA; }
p { color: rgb(200,205,250); }
H1.HeaderClassName
{
color: #C8CDFA;
}
.AnyTagClassName
{
color: #C8CDFA;
}
</style>
background-color css
<style>
a { background-color: #C8CDFA; }
a { background-color: rgb(200,205,250); }
div.DivClassName
{
background-color: #C8CDFA;
}
.BgClassName
{
background-color: #C8CDFA;
}
</style>
border-color css
<style>
span { border-color: #C8CDFA; }
span { border-color: rgb(200,205,250); }
td.TdClassName
{
border-color: #C8CDFA;
}
.TagClassName
{
border-color: #C8CDFA;
}
</style>