Shades of Lavender Blue #CED5FE
Tints of Lavender Blue #CED5FE
RGB
CMYK
RGB Variations
Color information
#CED5FE (or 0xCED5FE) is known color: Lavender Blue. HEX triplet: CE, D5 and FE. RGB value is (206,213,254). Sum of RGB (Red+Green+Blue) = 206+213+254=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FE is #312A01. Grayscale: #D7D7D7. Windows color (decimal): -3222018 or 16700878. OLE color: 16700878.
HSL color Cylindrical-coordinate representation of color #CED5FE: hue angle of 231.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED5FE is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 213 | 254 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.00 |
| HSL | 231.25º | 0.96% | 0.9% | - |
| HSV(B) | 231.25º | 0.19% | 1% | - |
| XYZ | 67.14 | 67.87 | 103.33 | - |
| YUV | 215.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 254 | 0.19 | 0.16 | 0 | 0.00 | 231.25 | 0.96 | 0.9 |
| Hex | CE | D5 | FE | 13 | 10 | 0 | 0 | E7 | 60 | 5A |
| Octal | 316 | 325 | 376 | 23 | 20 | 0 | 0 | 347 | 140 | 132 |
| Binary | 11001110 | 11010101 | 11111110 | 10011 | 10000 | 0 | 0 | 11100111 | 1100000 | 1011010 |
Color Harmonies of #CED5FE
Complementary color
Monochromatic Colors of #CED5FE
Black with #CED5FE
Text Example
Text Example
White with #CED5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5FE; }
p { color: rgb(206,213,254); }
H1.HeaderClassName
{
color: #CED5FE;
}
.AnyTagClassName
{
color: #CED5FE;
}
</style>
background-color css
<style>
a { background-color: #CED5FE; }
a { background-color: rgb(206,213,254); }
div.DivClassName
{
background-color: #CED5FE;
}
.BgClassName
{
background-color: #CED5FE;
}
</style>
border-color css
<style>
span { border-color: #CED5FE; }
span { border-color: rgb(206,213,254); }
td.TdClassName
{
border-color: #CED5FE;
}
.TagClassName
{
border-color: #CED5FE;
}
</style>