Shades of Lavender Blue #CBC2F7
Tints of Lavender Blue #CBC2F7
RGB
CMYK
RGB Variations
Color information
#CBC2F7 (or 0xCBC2F7) is known color: Lavender Blue. HEX triplet: CB, C2 and F7. RGB value is (203,194,247). Sum of RGB (Red+Green+Blue) = 203+194+247=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2F7 is #343D08. Grayscale: #CACACA. Windows color (decimal): -3423497 or 16237259. OLE color: 16237259.
HSL color Cylindrical-coordinate representation of color #CBC2F7: hue angle of 250.19º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC2F7 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 194 | 247 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.03 |
| HSL | 250.19º | 0.77% | 0.86% | - |
| HSV(B) | 250.19º | 0.21% | 0.97% | - |
| XYZ | 60.71 | 58 | 95.99 | - |
| YUV | 202.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 247 | 0.18 | 0.21 | 0 | 0.03 | 250.19 | 0.77 | 0.86 |
| Hex | CB | C2 | F7 | 12 | 15 | 0 | 3 | FA | 4D | 56 |
| Octal | 313 | 302 | 367 | 22 | 25 | 0 | 3 | 372 | 115 | 126 |
| Binary | 11001011 | 11000010 | 11110111 | 10010 | 10101 | 0 | 11 | 11111010 | 1001101 | 1010110 |
Color Harmonies of #CBC2F7
Complementary color
Monochromatic Colors of #CBC2F7
Black with #CBC2F7
Text Example
Text Example
White with #CBC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2F7; }
p { color: rgb(203,194,247); }
H1.HeaderClassName
{
color: #CBC2F7;
}
.AnyTagClassName
{
color: #CBC2F7;
}
</style>
background-color css
<style>
a { background-color: #CBC2F7; }
a { background-color: rgb(203,194,247); }
div.DivClassName
{
background-color: #CBC2F7;
}
.BgClassName
{
background-color: #CBC2F7;
}
</style>
border-color css
<style>
span { border-color: #CBC2F7; }
span { border-color: rgb(203,194,247); }
td.TdClassName
{
border-color: #CBC2F7;
}
.TagClassName
{
border-color: #CBC2F7;
}
</style>