Shades of Lavender Blue #CBC2F3
Tints of Lavender Blue #CBC2F3
RGB
CMYK
RGB Variations
Color information
#CBC2F3 (or 0xCBC2F3) is known color: Lavender Blue. HEX triplet: CB, C2 and F3. RGB value is (203,194,243). Sum of RGB (Red+Green+Blue) = 203+194+243=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2F3 is #343D0C. Grayscale: #CACACA. Windows color (decimal): -3423501 or 15975115. OLE color: 15975115.
HSL color Cylindrical-coordinate representation of color #CBC2F3: hue angle of 251.02º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC2F3 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 194 | 243 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.05 |
| HSL | 251.02º | 0.67% | 0.86% | - |
| HSV(B) | 251.02º | 0.2% | 0.95% | - |
| XYZ | 60.1 | 57.75 | 92.77 | - |
| YUV | 202.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 243 | 0.16 | 0.20 | 0 | 0.05 | 251.02 | 0.67 | 0.86 |
| Hex | CB | C2 | F3 | 10 | 14 | 0 | 5 | FB | 43 | 56 |
| Octal | 313 | 302 | 363 | 20 | 24 | 0 | 5 | 373 | 103 | 126 |
| Binary | 11001011 | 11000010 | 11110011 | 10000 | 10100 | 0 | 101 | 11111011 | 1000011 | 1010110 |
Color Harmonies of #CBC2F3
Complementary color
Monochromatic Colors of #CBC2F3
Black with #CBC2F3
Text Example
Text Example
White with #CBC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2F3; }
p { color: rgb(203,194,243); }
H1.HeaderClassName
{
color: #CBC2F3;
}
.AnyTagClassName
{
color: #CBC2F3;
}
</style>
background-color css
<style>
a { background-color: #CBC2F3; }
a { background-color: rgb(203,194,243); }
div.DivClassName
{
background-color: #CBC2F3;
}
.BgClassName
{
background-color: #CBC2F3;
}
</style>
border-color css
<style>
span { border-color: #CBC2F3; }
span { border-color: rgb(203,194,243); }
td.TdClassName
{
border-color: #CBC2F3;
}
.TagClassName
{
border-color: #CBC2F3;
}
</style>