Shades of Lavender Blue #CED5FA
Tints of Lavender Blue #CED5FA
RGB
CMYK
RGB Variations
Color information
#CED5FA (or 0xCED5FA) is known color: Lavender Blue. HEX triplet: CE, D5 and FA. RGB value is (206,213,250). Sum of RGB (Red+Green+Blue) = 206+213+250=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FA is #312A05. Grayscale: #D6D6D6. Windows color (decimal): -3222022 or 16438734. OLE color: 16438734.
HSL color Cylindrical-coordinate representation of color #CED5FA: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED5FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 213 | 250 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 230.45º | 0.81% | 0.89% | - |
| HSV(B) | 230.45º | 0.18% | 0.98% | - |
| XYZ | 66.5 | 67.61 | 99.99 | - |
| YUV | 215.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 250 | 0.18 | 0.15 | 0 | 0.02 | 230.45 | 0.81 | 0.89 |
| Hex | CE | D5 | FA | 12 | F | 0 | 2 | E6 | 51 | 59 |
| Octal | 316 | 325 | 372 | 22 | 17 | 0 | 2 | 346 | 121 | 131 |
| Binary | 11001110 | 11010101 | 11111010 | 10010 | 1111 | 0 | 10 | 11100110 | 1010001 | 1011001 |
Color Harmonies of #CED5FA
Complementary color
Monochromatic Colors of #CED5FA
Black with #CED5FA
Text Example
Text Example
White with #CED5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5FA; }
p { color: rgb(206,213,250); }
H1.HeaderClassName
{
color: #CED5FA;
}
.AnyTagClassName
{
color: #CED5FA;
}
</style>
background-color css
<style>
a { background-color: #CED5FA; }
a { background-color: rgb(206,213,250); }
div.DivClassName
{
background-color: #CED5FA;
}
.BgClassName
{
background-color: #CED5FA;
}
</style>
border-color css
<style>
span { border-color: #CED5FA; }
span { border-color: rgb(206,213,250); }
td.TdClassName
{
border-color: #CED5FA;
}
.TagClassName
{
border-color: #CED5FA;
}
</style>