Shades of Lavender Blue #CBC0FF
Tints of Lavender Blue #CBC0FF
RGB
CMYK
RGB Variations
Color information
#CBC0FF (or 0xCBC0FF) is known color: Lavender Blue. HEX triplet: CB, C0 and FF. RGB value is (203,192,255). Sum of RGB (Red+Green+Blue) = 203+192+255=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 192 (75.39% from 255 or 29.54% 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 #CBC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FF is #343F00. Grayscale: #CACACA. Windows color (decimal): -3424001 or 16761035. OLE color: 16761035.
HSL color Cylindrical-coordinate representation of color #CBC0FF: hue angle of 250.48º 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 #CBC0FF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 203 | 192 | 255 | - |
CMYK | 0.20 | 0.25 | 0 | 0 |
HSL | 250.48º | 1% | 0.88% | - |
HSV(B) | 250.48º | 0.25% | 1% | - |
XYZ | 61.53 | 57.62 | 102.49 | - |
YUV | 202.47 | 157.64 | 128.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 192 | 255 | 0.20 | 0.25 | 0 | 0 | 250.48 | 1 | 0.88 |
Hex | CB | C0 | FF | 14 | 19 | 0 | 0 | FA | 64 | 58 |
Octal | 313 | 300 | 377 | 24 | 31 | 0 | 0 | 372 | 144 | 130 |
Binary | 11001011 | 11000000 | 11111111 | 10100 | 11001 | 0 | 0 | 11111010 | 1100100 | 1011000 |
Color Harmonies of #CBC0FF
Complementary color
Monochromatic Colors of #CBC0FF
Black with #CBC0FF
Text Example
Text Example
White with #CBC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0FF; }
p { color: rgb(203,192,255); }
H1.HeaderClassName
{
color: #CBC0FF;
}
.AnyTagClassName
{
color: #CBC0FF;
}
</style>
background-color css
<style>
a { background-color: #CBC0FF; }
a { background-color: rgb(203,192,255); }
div.DivClassName
{
background-color: #CBC0FF;
}
.BgClassName
{
background-color: #CBC0FF;
}
</style>
border-color css
<style>
span { border-color: #CBC0FF; }
span { border-color: rgb(203,192,255); }
td.TdClassName
{
border-color: #CBC0FF;
}
.TagClassName
{
border-color: #CBC0FF;
}
</style>