Shades of Lavender Blue #CED5FF
Tints of Lavender Blue #CED5FF
RGB
CMYK
RGB Variations
Color information
#CED5FF (or 0xCED5FF) is known color: Lavender Blue. HEX triplet: CE, D5 and FF. RGB value is (206,213,255). Sum of RGB (Red+Green+Blue) = 206+213+255=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FF is #312A00. Grayscale: #D7D7D7. Windows color (decimal): -3222017 or 16766414. OLE color: 16766414.
HSL color Cylindrical-coordinate representation of color #CED5FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED5FF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 213 | 255 | - |
| CMYK | 0.19 | 0.16 | 0 | 0 |
| HSL | 231.43º | 1% | 0.9% | - |
| HSV(B) | 231.43º | 0.19% | 1% | - |
| XYZ | 67.3 | 67.93 | 104.17 | - |
| YUV | 215.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 255 | 0.19 | 0.16 | 0 | 0 | 231.43 | 1 | 0.9 |
| Hex | CE | D5 | FF | 13 | 10 | 0 | 0 | E7 | 64 | 5A |
| Octal | 316 | 325 | 377 | 23 | 20 | 0 | 0 | 347 | 144 | 132 |
| Binary | 11001110 | 11010101 | 11111111 | 10011 | 10000 | 0 | 0 | 11100111 | 1100100 | 1011010 |
Color Harmonies of #CED5FF
Complementary color
Monochromatic Colors of #CED5FF
Black with #CED5FF
Text Example
Text Example
White with #CED5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5FF; }
p { color: rgb(206,213,255); }
H1.HeaderClassName
{
color: #CED5FF;
}
.AnyTagClassName
{
color: #CED5FF;
}
</style>
background-color css
<style>
a { background-color: #CED5FF; }
a { background-color: rgb(206,213,255); }
div.DivClassName
{
background-color: #CED5FF;
}
.BgClassName
{
background-color: #CED5FF;
}
</style>
border-color css
<style>
span { border-color: #CED5FF; }
span { border-color: rgb(206,213,255); }
td.TdClassName
{
border-color: #CED5FF;
}
.TagClassName
{
border-color: #CED5FF;
}
</style>