Shades of Lavender Grey #CBCBDA
Tints of Lavender Grey #CBCBDA
RGB
CMYK
RGB Variations
Color information
#CBCBDA (or 0xCBCBDA) is known color: Lavender Grey. HEX triplet: CB, CB and DA. RGB value is (203,203,218). Sum of RGB (Red+Green+Blue) = 203+203+218=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDA is #343425. Grayscale: #CCCCCC. Windows color (decimal): -3421222 or 14339019. OLE color: 14339019.
HSL color Cylindrical-coordinate representation of color #CBCBDA: hue angle of 240º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCBDA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 203 | 218 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.15 |
| HSL | 240º | 0.17% | 0.83% | - |
| HSV(B) | 240º | 0.07% | 0.85% | - |
| XYZ | 58.64 | 60.47 | 74.91 | - |
| YUV | 204.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 218 | 0.07 | 0.07 | 0 | 0.15 | 240 | 0.17 | 0.83 |
| Hex | CB | CB | DA | 7 | 7 | 0 | F | F0 | 11 | 53 |
| Octal | 313 | 313 | 332 | 7 | 7 | 0 | 17 | 360 | 21 | 123 |
| Binary | 11001011 | 11001011 | 11011010 | 111 | 111 | 0 | 1111 | 11110000 | 10001 | 1010011 |
Color Harmonies of #CBCBDA
Complementary color
Monochromatic Colors of #CBCBDA
Black with #CBCBDA
Text Example
Text Example
White with #CBCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBDA; }
p { color: rgb(203,203,218); }
H1.HeaderClassName
{
color: #CBCBDA;
}
.AnyTagClassName
{
color: #CBCBDA;
}
</style>
background-color css
<style>
a { background-color: #CBCBDA; }
a { background-color: rgb(203,203,218); }
div.DivClassName
{
background-color: #CBCBDA;
}
.BgClassName
{
background-color: #CBCBDA;
}
</style>
border-color css
<style>
span { border-color: #CBCBDA; }
span { border-color: rgb(203,203,218); }
td.TdClassName
{
border-color: #CBCBDA;
}
.TagClassName
{
border-color: #CBCBDA;
}
</style>