Shades of Lavender Blue #CED5F9
Tints of Lavender Blue #CED5F9
RGB
CMYK
RGB Variations
Color information
#CED5F9 (or 0xCED5F9) is known color: Lavender Blue. HEX triplet: CE, D5 and F9. RGB value is (206,213,249). Sum of RGB (Red+Green+Blue) = 206+213+249=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5F9 is #312A06. Grayscale: #D6D6D6. Windows color (decimal): -3222023 or 16373198. OLE color: 16373198.
HSL color Cylindrical-coordinate representation of color #CED5F9: hue angle of 230.23º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED5F9 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 213 | 249 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 230.23º | 0.78% | 0.89% | - |
| HSV(B) | 230.23º | 0.17% | 0.98% | - |
| XYZ | 66.35 | 67.55 | 99.16 | - |
| YUV | 215.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 249 | 0.17 | 0.14 | 0 | 0.02 | 230.23 | 0.78 | 0.89 |
| Hex | CE | D5 | F9 | 11 | E | 0 | 2 | E6 | 4E | 59 |
| Octal | 316 | 325 | 371 | 21 | 16 | 0 | 2 | 346 | 116 | 131 |
| Binary | 11001110 | 11010101 | 11111001 | 10001 | 1110 | 0 | 10 | 11100110 | 1001110 | 1011001 |
Color Harmonies of #CED5F9
Complementary color
Monochromatic Colors of #CED5F9
Black with #CED5F9
Text Example
Text Example
White with #CED5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5F9; }
p { color: rgb(206,213,249); }
H1.HeaderClassName
{
color: #CED5F9;
}
.AnyTagClassName
{
color: #CED5F9;
}
</style>
background-color css
<style>
a { background-color: #CED5F9; }
a { background-color: rgb(206,213,249); }
div.DivClassName
{
background-color: #CED5F9;
}
.BgClassName
{
background-color: #CED5F9;
}
</style>
border-color css
<style>
span { border-color: #CED5F9; }
span { border-color: rgb(206,213,249); }
td.TdClassName
{
border-color: #CED5F9;
}
.TagClassName
{
border-color: #CED5F9;
}
</style>