Shades of Lavender Blue #CACBFE
Tints of Lavender Blue #CACBFE
RGB
CMYK
RGB Variations
Color information
#CACBFE (or 0xCACBFE) is known color: Lavender Blue. HEX triplet: CA, CB and FE. RGB value is (202,203,254). Sum of RGB (Red+Green+Blue) = 202+203+254=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBFE is #353401. Grayscale: #D0D0D0. Windows color (decimal): -3486722 or 16698314. OLE color: 16698314.
HSL color Cylindrical-coordinate representation of color #CACBFE: hue angle of 238.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACBFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 203 | 254 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.00 |
| HSL | 238.85º | 0.96% | 0.89% | - |
| HSV(B) | 238.85º | 0.2% | 1% | - |
| XYZ | 63.6 | 62.42 | 102.46 | - |
| YUV | 208.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 254 | 0.20 | 0.20 | 0 | 0.00 | 238.85 | 0.96 | 0.89 |
| Hex | CA | CB | FE | 14 | 14 | 0 | 0 | EF | 60 | 59 |
| Octal | 312 | 313 | 376 | 24 | 24 | 0 | 0 | 357 | 140 | 131 |
| Binary | 11001010 | 11001011 | 11111110 | 10100 | 10100 | 0 | 0 | 11101111 | 1100000 | 1011001 |
Color Harmonies of #CACBFE
Complementary color
Monochromatic Colors of #CACBFE
Black with #CACBFE
Text Example
Text Example
White with #CACBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBFE; }
p { color: rgb(202,203,254); }
H1.HeaderClassName
{
color: #CACBFE;
}
.AnyTagClassName
{
color: #CACBFE;
}
</style>
background-color css
<style>
a { background-color: #CACBFE; }
a { background-color: rgb(202,203,254); }
div.DivClassName
{
background-color: #CACBFE;
}
.BgClassName
{
background-color: #CACBFE;
}
</style>
border-color css
<style>
span { border-color: #CACBFE; }
span { border-color: rgb(202,203,254); }
td.TdClassName
{
border-color: #CACBFE;
}
.TagClassName
{
border-color: #CACBFE;
}
</style>