Shades of Lavender Blue #CCCAFA
Tints of Lavender Blue #CCCAFA
RGB
CMYK
RGB Variations
Color information
#CCCAFA (or 0xCCCAFA) is known color: Lavender Blue. HEX triplet: CC, CA and FA. RGB value is (204,202,250). Sum of RGB (Red+Green+Blue) = 204+202+250=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFA is #333505. Grayscale: #CFCFCF. Windows color (decimal): -3355910 or 16435916. OLE color: 16435916.
HSL color Cylindrical-coordinate representation of color #CCCAFA: hue angle of 242.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 202 | 250 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.02 |
| HSL | 242.5º | 0.83% | 0.89% | - |
| HSV(B) | 242.5º | 0.19% | 0.98% | - |
| XYZ | 63.28 | 61.98 | 99.07 | - |
| YUV | 208.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 250 | 0.18 | 0.19 | 0 | 0.02 | 242.5 | 0.83 | 0.89 |
| Hex | CC | CA | FA | 12 | 13 | 0 | 2 | F2 | 53 | 59 |
| Octal | 314 | 312 | 372 | 22 | 23 | 0 | 2 | 362 | 123 | 131 |
| Binary | 11001100 | 11001010 | 11111010 | 10010 | 10011 | 0 | 10 | 11110010 | 1010011 | 1011001 |
Color Harmonies of #CCCAFA
Complementary color
Monochromatic Colors of #CCCAFA
Black with #CCCAFA
Text Example
Text Example
White with #CCCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAFA; }
p { color: rgb(204,202,250); }
H1.HeaderClassName
{
color: #CCCAFA;
}
.AnyTagClassName
{
color: #CCCAFA;
}
</style>
background-color css
<style>
a { background-color: #CCCAFA; }
a { background-color: rgb(204,202,250); }
div.DivClassName
{
background-color: #CCCAFA;
}
.BgClassName
{
background-color: #CCCAFA;
}
</style>
border-color css
<style>
span { border-color: #CCCAFA; }
span { border-color: rgb(204,202,250); }
td.TdClassName
{
border-color: #CCCAFA;
}
.TagClassName
{
border-color: #CCCAFA;
}
</style>