Shades of Lavender Blue #CBCBF2
Tints of Lavender Blue #CBCBF2
RGB
CMYK
RGB Variations
Color information
#CBCBF2 (or 0xCBCBF2) is known color: Lavender Blue. HEX triplet: CB, CB and F2. RGB value is (203,203,242). Sum of RGB (Red+Green+Blue) = 203+203+242=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBF2 is #34340D. Grayscale: #CFCFCF. Windows color (decimal): -3421198 or 15911883. OLE color: 15911883.
HSL color Cylindrical-coordinate representation of color #CBCBF2: hue angle of 240º degrees, saturation: 0.6, 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 #CBCBF2 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 203 | 242 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.05 |
| HSL | 240º | 0.6% | 0.87% | - |
| HSV(B) | 240º | 0.16% | 0.95% | - |
| XYZ | 62.01 | 61.82 | 92.67 | - |
| YUV | 207.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 242 | 0.16 | 0.16 | 0 | 0.05 | 240 | 0.6 | 0.87 |
| Hex | CB | CB | F2 | 10 | 10 | 0 | 5 | F0 | 3C | 57 |
| Octal | 313 | 313 | 362 | 20 | 20 | 0 | 5 | 360 | 74 | 127 |
| Binary | 11001011 | 11001011 | 11110010 | 10000 | 10000 | 0 | 101 | 11110000 | 111100 | 1010111 |
Color Harmonies of #CBCBF2
Complementary color
Monochromatic Colors of #CBCBF2
Black with #CBCBF2
Text Example
Text Example
White with #CBCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBF2; }
p { color: rgb(203,203,242); }
H1.HeaderClassName
{
color: #CBCBF2;
}
.AnyTagClassName
{
color: #CBCBF2;
}
</style>
background-color css
<style>
a { background-color: #CBCBF2; }
a { background-color: rgb(203,203,242); }
div.DivClassName
{
background-color: #CBCBF2;
}
.BgClassName
{
background-color: #CBCBF2;
}
</style>
border-color css
<style>
span { border-color: #CBCBF2; }
span { border-color: rgb(203,203,242); }
td.TdClassName
{
border-color: #CBCBF2;
}
.TagClassName
{
border-color: #CBCBF2;
}
</style>