Shades of Lavender Blue #CBC8F1
Tints of Lavender Blue #CBC8F1
RGB
CMYK
RGB Variations
Color information
#CBC8F1 (or 0xCBC8F1) is known color: Lavender Blue. HEX triplet: CB, C8 and F1. RGB value is (203,200,241). Sum of RGB (Red+Green+Blue) = 203+200+241=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8F1 is #34370E. Grayscale: #CDCDCD. Windows color (decimal): -3421967 or 15845579. OLE color: 15845579.
HSL color Cylindrical-coordinate representation of color #CBC8F1: hue angle of 244.39º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC8F1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 200 | 241 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.05 |
| HSL | 244.39º | 0.59% | 0.86% | - |
| HSV(B) | 244.39º | 0.17% | 0.95% | - |
| XYZ | 61.16 | 60.36 | 91.65 | - |
| YUV | 205.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 241 | 0.16 | 0.17 | 0 | 0.05 | 244.39 | 0.59 | 0.86 |
| Hex | CB | C8 | F1 | 10 | 11 | 0 | 5 | F4 | 3B | 56 |
| Octal | 313 | 310 | 361 | 20 | 21 | 0 | 5 | 364 | 73 | 126 |
| Binary | 11001011 | 11001000 | 11110001 | 10000 | 10001 | 0 | 101 | 11110100 | 111011 | 1010110 |
Color Harmonies of #CBC8F1
Complementary color
Monochromatic Colors of #CBC8F1
Black with #CBC8F1
Text Example
Text Example
White with #CBC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8F1; }
p { color: rgb(203,200,241); }
H1.HeaderClassName
{
color: #CBC8F1;
}
.AnyTagClassName
{
color: #CBC8F1;
}
</style>
background-color css
<style>
a { background-color: #CBC8F1; }
a { background-color: rgb(203,200,241); }
div.DivClassName
{
background-color: #CBC8F1;
}
.BgClassName
{
background-color: #CBC8F1;
}
</style>
border-color css
<style>
span { border-color: #CBC8F1; }
span { border-color: rgb(203,200,241); }
td.TdClassName
{
border-color: #CBC8F1;
}
.TagClassName
{
border-color: #CBC8F1;
}
</style>