Shades of Lavender Blue #D5CAFF
Tints of Lavender Blue #D5CAFF
RGB
CMYK
RGB Variations
Color information
#D5CAFF (or 0xD5CAFF) is known color: Lavender Blue. HEX triplet: D5, CA and FF. RGB value is (213,202,255). Sum of RGB (Red+Green+Blue) = 213+202+255=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 202 (79.30% from 255 or 30.15% 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 #D5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFF is #2A3500. Grayscale: #D3D3D3. Windows color (decimal): -2766081 or 16763605. OLE color: 16763605.
HSL color Cylindrical-coordinate representation of color #D5CAFF: hue angle of 252.45º 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 #D5CAFF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 202 | 255 | - |
CMYK | 0.16 | 0.21 | 0 | 0 |
HSL | 252.45º | 1% | 0.9% | - |
HSV(B) | 252.45º | 0.21% | 1% | - |
XYZ | 66.61 | 63.61 | 103.37 | - |
YUV | 211.33 | 152.64 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 255 | 0.16 | 0.21 | 0 | 0 | 252.45 | 1 | 0.9 |
Hex | D5 | CA | FF | 10 | 15 | 0 | 0 | FC | 64 | 5A |
Octal | 325 | 312 | 377 | 20 | 25 | 0 | 0 | 374 | 144 | 132 |
Binary | 11010101 | 11001010 | 11111111 | 10000 | 10101 | 0 | 0 | 11111100 | 1100100 | 1011010 |
Color Harmonies of #D5CAFF
Complementary color
Monochromatic Colors of #D5CAFF
Black with #D5CAFF
Text Example
Text Example
White with #D5CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAFF; }
p { color: rgb(213,202,255); }
H1.HeaderClassName
{
color: #D5CAFF;
}
.AnyTagClassName
{
color: #D5CAFF;
}
</style>
background-color css
<style>
a { background-color: #D5CAFF; }
a { background-color: rgb(213,202,255); }
div.DivClassName
{
background-color: #D5CAFF;
}
.BgClassName
{
background-color: #D5CAFF;
}
</style>
border-color css
<style>
span { border-color: #D5CAFF; }
span { border-color: rgb(213,202,255); }
td.TdClassName
{
border-color: #D5CAFF;
}
.TagClassName
{
border-color: #D5CAFF;
}
</style>