Shades of Lavender Blue #CBC7F2
Tints of Lavender Blue #CBC7F2
RGB
CMYK
RGB Variations
Color information
#CBC7F2 (or 0xCBC7F2) is known color: Lavender Blue. HEX triplet: CB, C7 and F2. RGB value is (203,199,242). Sum of RGB (Red+Green+Blue) = 203+199+242=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7F2 is #34380D. Grayscale: #CCCCCC. Windows color (decimal): -3422222 or 15910859. OLE color: 15910859.
HSL color Cylindrical-coordinate representation of color #CBC7F2: hue angle of 245.58º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC7F2 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 199 | 242 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.05 |
| HSL | 245.58º | 0.62% | 0.86% | - |
| HSV(B) | 245.58º | 0.18% | 0.95% | - |
| XYZ | 61.08 | 59.95 | 92.36 | - |
| YUV | 205.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 242 | 0.16 | 0.18 | 0 | 0.05 | 245.58 | 0.62 | 0.86 |
| Hex | CB | C7 | F2 | 10 | 12 | 0 | 5 | F6 | 3E | 56 |
| Octal | 313 | 307 | 362 | 20 | 22 | 0 | 5 | 366 | 76 | 126 |
| Binary | 11001011 | 11000111 | 11110010 | 10000 | 10010 | 0 | 101 | 11110110 | 111110 | 1010110 |
Color Harmonies of #CBC7F2
Complementary color
Monochromatic Colors of #CBC7F2
Black with #CBC7F2
Text Example
Text Example
White with #CBC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7F2; }
p { color: rgb(203,199,242); }
H1.HeaderClassName
{
color: #CBC7F2;
}
.AnyTagClassName
{
color: #CBC7F2;
}
</style>
background-color css
<style>
a { background-color: #CBC7F2; }
a { background-color: rgb(203,199,242); }
div.DivClassName
{
background-color: #CBC7F2;
}
.BgClassName
{
background-color: #CBC7F2;
}
</style>
border-color css
<style>
span { border-color: #CBC7F2; }
span { border-color: rgb(203,199,242); }
td.TdClassName
{
border-color: #CBC7F2;
}
.TagClassName
{
border-color: #CBC7F2;
}
</style>