Shades of Lavender Blue #CAD5FF
Tints of Lavender Blue #CAD5FF
RGB
CMYK
RGB Variations
Color information
#CAD5FF (or 0xCAD5FF) is known color: Lavender Blue. HEX triplet: CA, D5 and FF. RGB value is (202,213,255). Sum of RGB (Red+Green+Blue) = 202+213+255=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5FF is #352A00. Grayscale: #D6D6D6. Windows color (decimal): -3484161 or 16766410. OLE color: 16766410.
HSL color Cylindrical-coordinate representation of color #CAD5FF: hue angle of 227.55º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD5FF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 213 | 255 | - |
CMYK | 0.21 | 0.16 | 0 | 0 |
HSL | 227.55º | 1% | 0.9% | - |
HSV(B) | 227.55º | 0.21% | 1% | - |
XYZ | 66.2 | 67.37 | 104.12 | - |
YUV | 214.5 | 150.86 | 119.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 255 | 0.21 | 0.16 | 0 | 0 | 227.55 | 1 | 0.9 |
Hex | CA | D5 | FF | 15 | 10 | 0 | 0 | E4 | 64 | 5A |
Octal | 312 | 325 | 377 | 25 | 20 | 0 | 0 | 344 | 144 | 132 |
Binary | 11001010 | 11010101 | 11111111 | 10101 | 10000 | 0 | 0 | 11100100 | 1100100 | 1011010 |
Color Harmonies of #CAD5FF
Complementary color
Monochromatic Colors of #CAD5FF
Black with #CAD5FF
Text Example
Text Example
White with #CAD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5FF; }
p { color: rgb(202,213,255); }
H1.HeaderClassName
{
color: #CAD5FF;
}
.AnyTagClassName
{
color: #CAD5FF;
}
</style>
background-color css
<style>
a { background-color: #CAD5FF; }
a { background-color: rgb(202,213,255); }
div.DivClassName
{
background-color: #CAD5FF;
}
.BgClassName
{
background-color: #CAD5FF;
}
</style>
border-color css
<style>
span { border-color: #CAD5FF; }
span { border-color: rgb(202,213,255); }
td.TdClassName
{
border-color: #CAD5FF;
}
.TagClassName
{
border-color: #CAD5FF;
}
</style>