Shades of Lavender Grey #CBCADA
Tints of Lavender Grey #CBCADA
RGB
CMYK
RGB Variations
Color information
#CBCADA (or 0xCBCADA) is known color: Lavender Grey. HEX triplet: CB, CA and DA. RGB value is (203,202,218). Sum of RGB (Red+Green+Blue) = 203+202+218=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADA is #343525. Grayscale: #CCCCCC. Windows color (decimal): -3421478 or 14338763. OLE color: 14338763.
HSL color Cylindrical-coordinate representation of color #CBCADA: hue angle of 243.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCADA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 202 | 218 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.15 |
| HSL | 243.75º | 0.18% | 0.82% | - |
| HSV(B) | 243.75º | 0.07% | 0.85% | - |
| XYZ | 58.4 | 60 | 74.83 | - |
| YUV | 204.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 218 | 0.07 | 0.07 | 0 | 0.15 | 243.75 | 0.18 | 0.82 |
| Hex | CB | CA | DA | 7 | 7 | 0 | F | F4 | 12 | 52 |
| Octal | 313 | 312 | 332 | 7 | 7 | 0 | 17 | 364 | 22 | 122 |
| Binary | 11001011 | 11001010 | 11011010 | 111 | 111 | 0 | 1111 | 11110100 | 10010 | 1010010 |
Color Harmonies of #CBCADA
Complementary color
Monochromatic Colors of #CBCADA
Black with #CBCADA
Text Example
Text Example
White with #CBCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCADA; }
p { color: rgb(203,202,218); }
H1.HeaderClassName
{
color: #CBCADA;
}
.AnyTagClassName
{
color: #CBCADA;
}
</style>
background-color css
<style>
a { background-color: #CBCADA; }
a { background-color: rgb(203,202,218); }
div.DivClassName
{
background-color: #CBCADA;
}
.BgClassName
{
background-color: #CBCADA;
}
</style>
border-color css
<style>
span { border-color: #CBCADA; }
span { border-color: rgb(203,202,218); }
td.TdClassName
{
border-color: #CBCADA;
}
.TagClassName
{
border-color: #CBCADA;
}
</style>