Shades of Lavender Blue #CED5FC
Tints of Lavender Blue #CED5FC
RGB
CMYK
RGB Variations
Color information
#CED5FC (or 0xCED5FC) is known color: Lavender Blue. HEX triplet: CE, D5 and FC. RGB value is (206,213,252). Sum of RGB (Red+Green+Blue) = 206+213+252=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FC is #312A03. Grayscale: #D7D7D7. Windows color (decimal): -3222020 or 16569806. OLE color: 16569806.
HSL color Cylindrical-coordinate representation of color #CED5FC: hue angle of 230.87º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED5FC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 213 | 252 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.01 |
| HSL | 230.87º | 0.88% | 0.9% | - |
| HSV(B) | 230.87º | 0.18% | 0.99% | - |
| XYZ | 66.82 | 67.74 | 101.65 | - |
| YUV | 215.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 252 | 0.18 | 0.15 | 0 | 0.01 | 230.87 | 0.88 | 0.9 |
| Hex | CE | D5 | FC | 12 | F | 0 | 1 | E7 | 58 | 5A |
| Octal | 316 | 325 | 374 | 22 | 17 | 0 | 1 | 347 | 130 | 132 |
| Binary | 11001110 | 11010101 | 11111100 | 10010 | 1111 | 0 | 1 | 11100111 | 1011000 | 1011010 |
Color Harmonies of #CED5FC
Complementary color
Monochromatic Colors of #CED5FC
Black with #CED5FC
Text Example
Text Example
White with #CED5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5FC; }
p { color: rgb(206,213,252); }
H1.HeaderClassName
{
color: #CED5FC;
}
.AnyTagClassName
{
color: #CED5FC;
}
</style>
background-color css
<style>
a { background-color: #CED5FC; }
a { background-color: rgb(206,213,252); }
div.DivClassName
{
background-color: #CED5FC;
}
.BgClassName
{
background-color: #CED5FC;
}
</style>
border-color css
<style>
span { border-color: #CED5FC; }
span { border-color: rgb(206,213,252); }
td.TdClassName
{
border-color: #CED5FC;
}
.TagClassName
{
border-color: #CED5FC;
}
</style>