Shades of Lavender Blue #C8CAFC
Tints of Lavender Blue #C8CAFC
RGB
CMYK
RGB Variations
Color information
#C8CAFC (or 0xC8CAFC) is known color: Lavender Blue. HEX triplet: C8, CA and FC. RGB value is (200,202,252). Sum of RGB (Red+Green+Blue) = 200+202+252=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAFC is #373503. Grayscale: #CECECE. Windows color (decimal): -3618052 or 16566984. OLE color: 16566984.
HSL color Cylindrical-coordinate representation of color #C8CAFC: hue angle of 237.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CAFC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 202 | 252 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.01 |
| HSL | 237.69º | 0.9% | 0.89% | - |
| HSV(B) | 237.69º | 0.21% | 0.99% | - |
| XYZ | 62.51 | 61.55 | 100.68 | - |
| YUV | 207.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 252 | 0.21 | 0.20 | 0 | 0.01 | 237.69 | 0.9 | 0.89 |
| Hex | C8 | CA | FC | 15 | 14 | 0 | 1 | EE | 5A | 59 |
| Octal | 310 | 312 | 374 | 25 | 24 | 0 | 1 | 356 | 132 | 131 |
| Binary | 11001000 | 11001010 | 11111100 | 10101 | 10100 | 0 | 1 | 11101110 | 1011010 | 1011001 |
Color Harmonies of #C8CAFC
Complementary color
Monochromatic Colors of #C8CAFC
Black with #C8CAFC
Text Example
Text Example
White with #C8CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAFC; }
p { color: rgb(200,202,252); }
H1.HeaderClassName
{
color: #C8CAFC;
}
.AnyTagClassName
{
color: #C8CAFC;
}
</style>
background-color css
<style>
a { background-color: #C8CAFC; }
a { background-color: rgb(200,202,252); }
div.DivClassName
{
background-color: #C8CAFC;
}
.BgClassName
{
background-color: #C8CAFC;
}
</style>
border-color css
<style>
span { border-color: #C8CAFC; }
span { border-color: rgb(200,202,252); }
td.TdClassName
{
border-color: #C8CAFC;
}
.TagClassName
{
border-color: #C8CAFC;
}
</style>