Shades of Lavender Blue #C0CBFF
Tints of Lavender Blue #C0CBFF
RGB
CMYK
RGB Variations
Color information
#C0CBFF (or 0xC0CBFF) is known color: Lavender Blue. HEX triplet: C0, CB and FF. RGB value is (192,203,255). Sum of RGB (Red+Green+Blue) = 192+203+255=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFF is #3F3400. Grayscale: #CDCDCD. Windows color (decimal): -4142081 or 16763840. OLE color: 16763840.
HSL color Cylindrical-coordinate representation of color #C0CBFF: hue angle of 229.52º 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 #C0CBFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 203 | 255 | - |
CMYK | 0.25 | 0.20 | 0 | 0 |
HSL | 229.52º | 1% | 0.88% | - |
HSV(B) | 229.52º | 0.25% | 1% | - |
XYZ | 61.14 | 61.14 | 103.19 | - |
YUV | 205.64 | 155.86 | 118.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 255 | 0.25 | 0.20 | 0 | 0 | 229.52 | 1 | 0.88 |
Hex | C0 | CB | FF | 19 | 14 | 0 | 0 | E6 | 64 | 58 |
Octal | 300 | 313 | 377 | 31 | 24 | 0 | 0 | 346 | 144 | 130 |
Binary | 11000000 | 11001011 | 11111111 | 11001 | 10100 | 0 | 0 | 11100110 | 1100100 | 1011000 |
Color Harmonies of #C0CBFF
Complementary color
Monochromatic Colors of #C0CBFF
Black with #C0CBFF
Text Example
Text Example
White with #C0CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBFF; }
p { color: rgb(192,203,255); }
H1.HeaderClassName
{
color: #C0CBFF;
}
.AnyTagClassName
{
color: #C0CBFF;
}
</style>
background-color css
<style>
a { background-color: #C0CBFF; }
a { background-color: rgb(192,203,255); }
div.DivClassName
{
background-color: #C0CBFF;
}
.BgClassName
{
background-color: #C0CBFF;
}
</style>
border-color css
<style>
span { border-color: #C0CBFF; }
span { border-color: rgb(192,203,255); }
td.TdClassName
{
border-color: #C0CBFF;
}
.TagClassName
{
border-color: #C0CBFF;
}
</style>