Shades of Lavender Blue #CBCFF6
Tints of Lavender Blue #CBCFF6
RGB
CMYK
RGB Variations
Color information
#CBCFF6 (or 0xCBCFF6) is known color: Lavender Blue. HEX triplet: CB, CF and F6. RGB value is (203,207,246). Sum of RGB (Red+Green+Blue) = 203+207+246=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF6 is #343009. Grayscale: #D2D2D2. Windows color (decimal): -3420170 or 16175051. OLE color: 16175051.
HSL color Cylindrical-coordinate representation of color #CBCFF6: hue angle of 234.42º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCFF6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 207 | 246 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.04 |
| HSL | 234.42º | 0.7% | 0.88% | - |
| HSV(B) | 234.42º | 0.17% | 0.96% | - |
| XYZ | 63.58 | 63.98 | 96.19 | - |
| YUV | 210.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 246 | 0.17 | 0.16 | 0 | 0.04 | 234.42 | 0.7 | 0.88 |
| Hex | CB | CF | F6 | 11 | 10 | 0 | 4 | EA | 46 | 58 |
| Octal | 313 | 317 | 366 | 21 | 20 | 0 | 4 | 352 | 106 | 130 |
| Binary | 11001011 | 11001111 | 11110110 | 10001 | 10000 | 0 | 100 | 11101010 | 1000110 | 1011000 |
Color Harmonies of #CBCFF6
Complementary color
Monochromatic Colors of #CBCFF6
Black with #CBCFF6
Text Example
Text Example
White with #CBCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFF6; }
p { color: rgb(203,207,246); }
H1.HeaderClassName
{
color: #CBCFF6;
}
.AnyTagClassName
{
color: #CBCFF6;
}
</style>
background-color css
<style>
a { background-color: #CBCFF6; }
a { background-color: rgb(203,207,246); }
div.DivClassName
{
background-color: #CBCFF6;
}
.BgClassName
{
background-color: #CBCFF6;
}
</style>
border-color css
<style>
span { border-color: #CBCFF6; }
span { border-color: rgb(203,207,246); }
td.TdClassName
{
border-color: #CBCFF6;
}
.TagClassName
{
border-color: #CBCFF6;
}
</style>