Shades of Lavender Blue #CBCFF3
Tints of Lavender Blue #CBCFF3
RGB
CMYK
RGB Variations
Color information
#CBCFF3 (or 0xCBCFF3) is known color: Lavender Blue. HEX triplet: CB, CF and F3. RGB value is (203,207,243). Sum of RGB (Red+Green+Blue) = 203+207+243=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF3 is #34300C. Grayscale: #D1D1D1. Windows color (decimal): -3420173 or 15978443. OLE color: 15978443.
HSL color Cylindrical-coordinate representation of color #CBCFF3: hue angle of 234º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCFF3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 207 | 243 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.05 |
| HSL | 234º | 0.63% | 0.87% | - |
| HSV(B) | 234º | 0.16% | 0.95% | - |
| XYZ | 63.12 | 63.79 | 93.78 | - |
| YUV | 209.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 243 | 0.16 | 0.15 | 0 | 0.05 | 234 | 0.63 | 0.87 |
| Hex | CB | CF | F3 | 10 | F | 0 | 5 | EA | 3E | 57 |
| Octal | 313 | 317 | 363 | 20 | 17 | 0 | 5 | 352 | 76 | 127 |
| Binary | 11001011 | 11001111 | 11110011 | 10000 | 1111 | 0 | 101 | 11101010 | 111110 | 1010111 |
Color Harmonies of #CBCFF3
Complementary color
Monochromatic Colors of #CBCFF3
Black with #CBCFF3
Text Example
Text Example
White with #CBCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFF3; }
p { color: rgb(203,207,243); }
H1.HeaderClassName
{
color: #CBCFF3;
}
.AnyTagClassName
{
color: #CBCFF3;
}
</style>
background-color css
<style>
a { background-color: #CBCFF3; }
a { background-color: rgb(203,207,243); }
div.DivClassName
{
background-color: #CBCFF3;
}
.BgClassName
{
background-color: #CBCFF3;
}
</style>
border-color css
<style>
span { border-color: #CBCFF3; }
span { border-color: rgb(203,207,243); }
td.TdClassName
{
border-color: #CBCFF3;
}
.TagClassName
{
border-color: #CBCFF3;
}
</style>