Shades of Lavender Grey #CCCBDF
Tints of Lavender Grey #CCCBDF
RGB
CMYK
RGB Variations
Color information
#CCCBDF (or 0xCCCBDF) is known color: Lavender Grey. HEX triplet: CC, CB and DF. RGB value is (204,203,223). Sum of RGB (Red+Green+Blue) = 204+203+223=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDF is #333420. Grayscale: #CDCDCD. Windows color (decimal): -3355681 or 14666700. OLE color: 14666700.
HSL color Cylindrical-coordinate representation of color #CCCBDF: hue angle of 243º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCBDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 203 | 223 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 243º | 0.24% | 0.84% | - |
| HSV(B) | 243º | 0.09% | 0.87% | - |
| XYZ | 59.58 | 60.88 | 78.42 | - |
| YUV | 205.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 223 | 0.09 | 0.09 | 0 | 0.13 | 243 | 0.24 | 0.84 |
| Hex | CC | CB | DF | 9 | 9 | 0 | D | F3 | 18 | 54 |
| Octal | 314 | 313 | 337 | 11 | 11 | 0 | 15 | 363 | 30 | 124 |
| Binary | 11001100 | 11001011 | 11011111 | 1001 | 1001 | 0 | 1101 | 11110011 | 11000 | 1010100 |
Color Harmonies of #CCCBDF
Complementary color
Monochromatic Colors of #CCCBDF
Black with #CCCBDF
Text Example
Text Example
White with #CCCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBDF; }
p { color: rgb(204,203,223); }
H1.HeaderClassName
{
color: #CCCBDF;
}
.AnyTagClassName
{
color: #CCCBDF;
}
</style>
background-color css
<style>
a { background-color: #CCCBDF; }
a { background-color: rgb(204,203,223); }
div.DivClassName
{
background-color: #CCCBDF;
}
.BgClassName
{
background-color: #CCCBDF;
}
</style>
border-color css
<style>
span { border-color: #CCCBDF; }
span { border-color: rgb(204,203,223); }
td.TdClassName
{
border-color: #CCCBDF;
}
.TagClassName
{
border-color: #CCCBDF;
}
</style>