Shades of Lavender Blue #C0CDFF
Tints of Lavender Blue #C0CDFF
RGB
CMYK
RGB Variations
Color information
#C0CDFF (or 0xC0CDFF) is known color: Lavender Blue. HEX triplet: C0, CD and FF. RGB value is (192,205,255). Sum of RGB (Red+Green+Blue) = 192+205+255=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDFF is #3F3200. Grayscale: #CECECE. Windows color (decimal): -4141569 or 16764352. OLE color: 16764352.
HSL color Cylindrical-coordinate representation of color #C0CDFF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0CDFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 205 | 255 | - |
| CMYK | 0.25 | 0.20 | 0 | 0 |
| HSL | 227.62º | 1% | 0.88% | - |
| HSV(B) | 227.62º | 0.25% | 1% | - |
| XYZ | 61.62 | 62.09 | 103.34 | - |
| YUV | 206.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 255 | 0.25 | 0.20 | 0 | 0 | 227.62 | 1 | 0.88 |
| Hex | C0 | CD | FF | 19 | 14 | 0 | 0 | E4 | 64 | 58 |
| Octal | 300 | 315 | 377 | 31 | 24 | 0 | 0 | 344 | 144 | 130 |
| Binary | 11000000 | 11001101 | 11111111 | 11001 | 10100 | 0 | 0 | 11100100 | 1100100 | 1011000 |
Color Harmonies of #C0CDFF
Complementary color
Monochromatic Colors of #C0CDFF
Black with #C0CDFF
Text Example
Text Example
White with #C0CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDFF; }
p { color: rgb(192,205,255); }
H1.HeaderClassName
{
color: #C0CDFF;
}
.AnyTagClassName
{
color: #C0CDFF;
}
</style>
background-color css
<style>
a { background-color: #C0CDFF; }
a { background-color: rgb(192,205,255); }
div.DivClassName
{
background-color: #C0CDFF;
}
.BgClassName
{
background-color: #C0CDFF;
}
</style>
border-color css
<style>
span { border-color: #C0CDFF; }
span { border-color: rgb(192,205,255); }
td.TdClassName
{
border-color: #C0CDFF;
}
.TagClassName
{
border-color: #C0CDFF;
}
</style>