Shades of Lavender Blue #CCCAF8
Tints of Lavender Blue #CCCAF8
RGB
CMYK
RGB Variations
Color information
#CCCAF8 (or 0xCCCAF8) is known color: Lavender Blue. HEX triplet: CC, CA and F8. RGB value is (204,202,248). Sum of RGB (Red+Green+Blue) = 204+202+248=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF8 is #333507. Grayscale: #CFCFCF. Windows color (decimal): -3355912 or 16304844. OLE color: 16304844.
HSL color Cylindrical-coordinate representation of color #CCCAF8: hue angle of 242.61º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAF8 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 202 | 248 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.03 |
| HSL | 242.61º | 0.77% | 0.88% | - |
| HSV(B) | 242.61º | 0.19% | 0.97% | - |
| XYZ | 62.97 | 61.86 | 97.43 | - |
| YUV | 207.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 248 | 0.18 | 0.19 | 0 | 0.03 | 242.61 | 0.77 | 0.88 |
| Hex | CC | CA | F8 | 12 | 13 | 0 | 3 | F3 | 4D | 58 |
| Octal | 314 | 312 | 370 | 22 | 23 | 0 | 3 | 363 | 115 | 130 |
| Binary | 11001100 | 11001010 | 11111000 | 10010 | 10011 | 0 | 11 | 11110011 | 1001101 | 1011000 |
Color Harmonies of #CCCAF8
Complementary color
Monochromatic Colors of #CCCAF8
Black with #CCCAF8
Text Example
Text Example
White with #CCCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAF8; }
p { color: rgb(204,202,248); }
H1.HeaderClassName
{
color: #CCCAF8;
}
.AnyTagClassName
{
color: #CCCAF8;
}
</style>
background-color css
<style>
a { background-color: #CCCAF8; }
a { background-color: rgb(204,202,248); }
div.DivClassName
{
background-color: #CCCAF8;
}
.BgClassName
{
background-color: #CCCAF8;
}
</style>
border-color css
<style>
span { border-color: #CCCAF8; }
span { border-color: rgb(204,202,248); }
td.TdClassName
{
border-color: #CCCAF8;
}
.TagClassName
{
border-color: #CCCAF8;
}
</style>