Shades of Lavender Blue #CABEF8
Tints of Lavender Blue #CABEF8
RGB
CMYK
RGB Variations
Color information
#CABEF8 (or 0xCABEF8) is known color: Lavender Blue. HEX triplet: CA, BE and F8. RGB value is (202,190,248). Sum of RGB (Red+Green+Blue) = 202+190+248=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #CABEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF8 is #354107. Grayscale: #C7C7C7. Windows color (decimal): -3490056 or 16301770. OLE color: 16301770.
HSL color Cylindrical-coordinate representation of color #CABEF8: hue angle of 252.41º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABEF8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 190 | 248 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.03 |
| HSL | 252.41º | 0.81% | 0.86% | - |
| HSV(B) | 252.41º | 0.23% | 0.97% | - |
| XYZ | 59.71 | 56.16 | 96.5 | - |
| YUV | 200.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 248 | 0.19 | 0.23 | 0 | 0.03 | 252.41 | 0.81 | 0.86 |
| Hex | CA | BE | F8 | 13 | 17 | 0 | 3 | FC | 51 | 56 |
| Octal | 312 | 276 | 370 | 23 | 27 | 0 | 3 | 374 | 121 | 126 |
| Binary | 11001010 | 10111110 | 11111000 | 10011 | 10111 | 0 | 11 | 11111100 | 1010001 | 1010110 |
Color Harmonies of #CABEF8
Complementary color
Monochromatic Colors of #CABEF8
Black with #CABEF8
Text Example
Text Example
White with #CABEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEF8; }
p { color: rgb(202,190,248); }
H1.HeaderClassName
{
color: #CABEF8;
}
.AnyTagClassName
{
color: #CABEF8;
}
</style>
background-color css
<style>
a { background-color: #CABEF8; }
a { background-color: rgb(202,190,248); }
div.DivClassName
{
background-color: #CABEF8;
}
.BgClassName
{
background-color: #CABEF8;
}
</style>
border-color css
<style>
span { border-color: #CABEF8; }
span { border-color: rgb(202,190,248); }
td.TdClassName
{
border-color: #CABEF8;
}
.TagClassName
{
border-color: #CABEF8;
}
</style>