Shades of Lavender Blue #CED1FC
Tints of Lavender Blue #CED1FC
RGB
CMYK
RGB Variations
Color information
#CED1FC (or 0xCED1FC) is known color: Lavender Blue. HEX triplet: CE, D1 and FC. RGB value is (206,209,252). Sum of RGB (Red+Green+Blue) = 206+209+252=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FC is #312E03. Grayscale: #D4D4D4. Windows color (decimal): -3223044 or 16568782. OLE color: 16568782.
HSL color Cylindrical-coordinate representation of color #CED1FC: hue angle of 236.09º 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 #CED1FC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 209 | 252 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.01 |
| HSL | 236.09º | 0.88% | 0.9% | - |
| HSV(B) | 236.09º | 0.18% | 0.99% | - |
| XYZ | 65.82 | 65.75 | 101.32 | - |
| YUV | 213.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 252 | 0.18 | 0.17 | 0 | 0.01 | 236.09 | 0.88 | 0.9 |
| Hex | CE | D1 | FC | 12 | 11 | 0 | 1 | EC | 58 | 5A |
| Octal | 316 | 321 | 374 | 22 | 21 | 0 | 1 | 354 | 130 | 132 |
| Binary | 11001110 | 11010001 | 11111100 | 10010 | 10001 | 0 | 1 | 11101100 | 1011000 | 1011010 |
Color Harmonies of #CED1FC
Complementary color
Monochromatic Colors of #CED1FC
Black with #CED1FC
Text Example
Text Example
White with #CED1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1FC; }
p { color: rgb(206,209,252); }
H1.HeaderClassName
{
color: #CED1FC;
}
.AnyTagClassName
{
color: #CED1FC;
}
</style>
background-color css
<style>
a { background-color: #CED1FC; }
a { background-color: rgb(206,209,252); }
div.DivClassName
{
background-color: #CED1FC;
}
.BgClassName
{
background-color: #CED1FC;
}
</style>
border-color css
<style>
span { border-color: #CED1FC; }
span { border-color: rgb(206,209,252); }
td.TdClassName
{
border-color: #CED1FC;
}
.TagClassName
{
border-color: #CED1FC;
}
</style>