Shades of Lavender Blue #CABEFF
Tints of Lavender Blue #CABEFF
RGB
CMYK
RGB Variations
Color information
#CABEFF (or 0xCABEFF) is known color: Lavender Blue. HEX triplet: CA, BE and FF. RGB value is (202,190,255). Sum of RGB (Red+Green+Blue) = 202+190+255=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFF is #354100. Grayscale: #C8C8C8. Windows color (decimal): -3490049 or 16760522. OLE color: 16760522.
HSL color Cylindrical-coordinate representation of color #CABEFF: hue angle of 251.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABEFF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 190 | 255 | - |
| CMYK | 0.21 | 0.25 | 0 | 0 |
| HSL | 251.08º | 1% | 0.87% | - |
| HSV(B) | 251.08º | 0.25% | 1% | - |
| XYZ | 60.82 | 56.6 | 102.33 | - |
| YUV | 201 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 255 | 0.21 | 0.25 | 0 | 0 | 251.08 | 1 | 0.87 |
| Hex | CA | BE | FF | 15 | 19 | 0 | 0 | FB | 64 | 57 |
| Octal | 312 | 276 | 377 | 25 | 31 | 0 | 0 | 373 | 144 | 127 |
| Binary | 11001010 | 10111110 | 11111111 | 10101 | 11001 | 0 | 0 | 11111011 | 1100100 | 1010111 |
Color Harmonies of #CABEFF
Complementary color
Monochromatic Colors of #CABEFF
Black with #CABEFF
Text Example
Text Example
White with #CABEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEFF; }
p { color: rgb(202,190,255); }
H1.HeaderClassName
{
color: #CABEFF;
}
.AnyTagClassName
{
color: #CABEFF;
}
</style>
background-color css
<style>
a { background-color: #CABEFF; }
a { background-color: rgb(202,190,255); }
div.DivClassName
{
background-color: #CABEFF;
}
.BgClassName
{
background-color: #CABEFF;
}
</style>
border-color css
<style>
span { border-color: #CABEFF; }
span { border-color: rgb(202,190,255); }
td.TdClassName
{
border-color: #CABEFF;
}
.TagClassName
{
border-color: #CABEFF;
}
</style>