Shades of Lavender Blue #CED2FE
Tints of Lavender Blue #CED2FE
RGB
CMYK
RGB Variations
Color information
#CED2FE (or 0xCED2FE) is known color: Lavender Blue. HEX triplet: CE, D2 and FE. RGB value is (206,210,254). Sum of RGB (Red+Green+Blue) = 206+210+254=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FE is #312D01. Grayscale: #D5D5D5. Windows color (decimal): -3222786 or 16700110. OLE color: 16700110.
HSL color Cylindrical-coordinate representation of color #CED2FE: hue angle of 235º 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 #CED2FE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 210 | 254 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.00 |
| HSL | 235º | 0.96% | 0.9% | - |
| HSV(B) | 235º | 0.19% | 1% | - |
| XYZ | 66.39 | 66.37 | 103.08 | - |
| YUV | 213.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 254 | 0.19 | 0.17 | 0 | 0.00 | 235 | 0.96 | 0.9 |
| Hex | CE | D2 | FE | 13 | 11 | 0 | 0 | EB | 60 | 5A |
| Octal | 316 | 322 | 376 | 23 | 21 | 0 | 0 | 353 | 140 | 132 |
| Binary | 11001110 | 11010010 | 11111110 | 10011 | 10001 | 0 | 0 | 11101011 | 1100000 | 1011010 |
Color Harmonies of #CED2FE
Complementary color
Monochromatic Colors of #CED2FE
Black with #CED2FE
Text Example
Text Example
White with #CED2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2FE; }
p { color: rgb(206,210,254); }
H1.HeaderClassName
{
color: #CED2FE;
}
.AnyTagClassName
{
color: #CED2FE;
}
</style>
background-color css
<style>
a { background-color: #CED2FE; }
a { background-color: rgb(206,210,254); }
div.DivClassName
{
background-color: #CED2FE;
}
.BgClassName
{
background-color: #CED2FE;
}
</style>
border-color css
<style>
span { border-color: #CED2FE; }
span { border-color: rgb(206,210,254); }
td.TdClassName
{
border-color: #CED2FE;
}
.TagClassName
{
border-color: #CED2FE;
}
</style>