Shades of Lavender Blue #CACBFC
Tints of Lavender Blue #CACBFC
RGB
CMYK
RGB Variations
Color information
#CACBFC (or 0xCACBFC) is known color: Lavender Blue. HEX triplet: CA, CB and FC. RGB value is (202,203,252). Sum of RGB (Red+Green+Blue) = 202+203+252=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBFC is #353403. Grayscale: #D0D0D0. Windows color (decimal): -3486724 or 16567242. OLE color: 16567242.
HSL color Cylindrical-coordinate representation of color #CACBFC: hue angle of 238.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACBFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 203 | 252 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.01 |
| HSL | 238.8º | 0.89% | 0.89% | - |
| HSV(B) | 238.8º | 0.2% | 0.99% | - |
| XYZ | 63.28 | 62.3 | 100.78 | - |
| YUV | 208.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 252 | 0.20 | 0.19 | 0 | 0.01 | 238.8 | 0.89 | 0.89 |
| Hex | CA | CB | FC | 14 | 13 | 0 | 1 | EF | 59 | 59 |
| Octal | 312 | 313 | 374 | 24 | 23 | 0 | 1 | 357 | 131 | 131 |
| Binary | 11001010 | 11001011 | 11111100 | 10100 | 10011 | 0 | 1 | 11101111 | 1011001 | 1011001 |
Color Harmonies of #CACBFC
Complementary color
Monochromatic Colors of #CACBFC
Black with #CACBFC
Text Example
Text Example
White with #CACBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBFC; }
p { color: rgb(202,203,252); }
H1.HeaderClassName
{
color: #CACBFC;
}
.AnyTagClassName
{
color: #CACBFC;
}
</style>
background-color css
<style>
a { background-color: #CACBFC; }
a { background-color: rgb(202,203,252); }
div.DivClassName
{
background-color: #CACBFC;
}
.BgClassName
{
background-color: #CACBFC;
}
</style>
border-color css
<style>
span { border-color: #CACBFC; }
span { border-color: rgb(202,203,252); }
td.TdClassName
{
border-color: #CACBFC;
}
.TagClassName
{
border-color: #CACBFC;
}
</style>