Shades of Lavender Blue #CAC8FD
Tints of Lavender Blue #CAC8FD
RGB
CMYK
RGB Variations
Color information
#CAC8FD (or 0xCAC8FD) is known color: Lavender Blue. HEX triplet: CA, C8 and FD. RGB value is (202,200,253). Sum of RGB (Red+Green+Blue) = 202+200+253=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8FD is #353702. Grayscale: #CECECE. Windows color (decimal): -3487491 or 16632010. OLE color: 16632010.
HSL color Cylindrical-coordinate representation of color #CAC8FD: hue angle of 242.26º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC8FD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 200 | 253 | - |
CMYK | 0.20 | 0.21 | 0 | 0.01 |
HSL | 242.26º | 0.93% | 0.89% | - |
HSV(B) | 242.26º | 0.21% | 0.99% | - |
XYZ | 62.74 | 60.96 | 101.39 | - |
YUV | 206.64 | 154.16 | 124.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 253 | 0.20 | 0.21 | 0 | 0.01 | 242.26 | 0.93 | 0.89 |
Hex | CA | C8 | FD | 14 | 15 | 0 | 1 | F2 | 5D | 59 |
Octal | 312 | 310 | 375 | 24 | 25 | 0 | 1 | 362 | 135 | 131 |
Binary | 11001010 | 11001000 | 11111101 | 10100 | 10101 | 0 | 1 | 11110010 | 1011101 | 1011001 |
Color Harmonies of #CAC8FD
Complementary color
Monochromatic Colors of #CAC8FD
Black with #CAC8FD
Text Example
Text Example
White with #CAC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8FD; }
p { color: rgb(202,200,253); }
H1.HeaderClassName
{
color: #CAC8FD;
}
.AnyTagClassName
{
color: #CAC8FD;
}
</style>
background-color css
<style>
a { background-color: #CAC8FD; }
a { background-color: rgb(202,200,253); }
div.DivClassName
{
background-color: #CAC8FD;
}
.BgClassName
{
background-color: #CAC8FD;
}
</style>
border-color css
<style>
span { border-color: #CAC8FD; }
span { border-color: rgb(202,200,253); }
td.TdClassName
{
border-color: #CAC8FD;
}
.TagClassName
{
border-color: #CAC8FD;
}
</style>