Shades of Lavender Blue #C0CCFF
Tints of Lavender Blue #C0CCFF
RGB
CMYK
RGB Variations
Color information
#C0CCFF (or 0xC0CCFF) is known color: Lavender Blue. HEX triplet: C0, CC and FF. RGB value is (192,204,255). Sum of RGB (Red+Green+Blue) = 192+204+255=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFF is #3F3300. Grayscale: #CECECE. Windows color (decimal): -4141825 or 16764096. OLE color: 16764096.
HSL color Cylindrical-coordinate representation of color #C0CCFF: hue angle of 228.57º 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 #C0CCFF is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 204 | 255 | - |
| CMYK | 0.25 | 0.2 | 0 | 0 |
| HSL | 228.57º | 1% | 0.88% | - |
| HSV(B) | 228.57º | 0.25% | 1% | - |
| XYZ | 61.38 | 61.61 | 103.27 | - |
| YUV | 206.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 255 | 0.25 | 0.2 | 0 | 0 | 228.57 | 1 | 0.88 |
| Hex | C0 | CC | FF | 19 | 14 | 0 | 0 | E5 | 64 | 58 |
| Octal | 300 | 314 | 377 | 31 | 24 | 0 | 0 | 345 | 144 | 130 |
| Binary | 11000000 | 11001100 | 11111111 | 11001 | 10100 | 0 | 0 | 11100101 | 1100100 | 1011000 |
Color Harmonies of #C0CCFF
Complementary color
Monochromatic Colors of #C0CCFF
Black with #C0CCFF
Text Example
Text Example
White with #C0CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCFF; }
p { color: rgb(192,204,255); }
H1.HeaderClassName
{
color: #C0CCFF;
}
.AnyTagClassName
{
color: #C0CCFF;
}
</style>
background-color css
<style>
a { background-color: #C0CCFF; }
a { background-color: rgb(192,204,255); }
div.DivClassName
{
background-color: #C0CCFF;
}
.BgClassName
{
background-color: #C0CCFF;
}
</style>
border-color css
<style>
span { border-color: #C0CCFF; }
span { border-color: rgb(192,204,255); }
td.TdClassName
{
border-color: #C0CCFF;
}
.TagClassName
{
border-color: #C0CCFF;
}
</style>