Shades of Lavender Blue #CED0FE
Tints of Lavender Blue #CED0FE
RGB
CMYK
RGB Variations
Color information
#CED0FE (or 0xCED0FE) is known color: Lavender Blue. HEX triplet: CE, D0 and FE. RGB value is (206,208,254). Sum of RGB (Red+Green+Blue) = 206+208+254=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FE is #312F01. Grayscale: #D4D4D4. Windows color (decimal): -3223298 or 16699598. OLE color: 16699598.
HSL color Cylindrical-coordinate representation of color #CED0FE: hue angle of 237.5º 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 #CED0FE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 208 | 254 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.00 |
| HSL | 237.5º | 0.96% | 0.9% | - |
| HSV(B) | 237.5º | 0.19% | 1% | - |
| XYZ | 65.9 | 65.39 | 102.91 | - |
| YUV | 212.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 254 | 0.19 | 0.18 | 0 | 0.00 | 237.5 | 0.96 | 0.9 |
| Hex | CE | D0 | FE | 13 | 12 | 0 | 0 | EE | 60 | 5A |
| Octal | 316 | 320 | 376 | 23 | 22 | 0 | 0 | 356 | 140 | 132 |
| Binary | 11001110 | 11010000 | 11111110 | 10011 | 10010 | 0 | 0 | 11101110 | 1100000 | 1011010 |
Color Harmonies of #CED0FE
Complementary color
Monochromatic Colors of #CED0FE
Black with #CED0FE
Text Example
Text Example
White with #CED0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0FE; }
p { color: rgb(206,208,254); }
H1.HeaderClassName
{
color: #CED0FE;
}
.AnyTagClassName
{
color: #CED0FE;
}
</style>
background-color css
<style>
a { background-color: #CED0FE; }
a { background-color: rgb(206,208,254); }
div.DivClassName
{
background-color: #CED0FE;
}
.BgClassName
{
background-color: #CED0FE;
}
</style>
border-color css
<style>
span { border-color: #CED0FE; }
span { border-color: rgb(206,208,254); }
td.TdClassName
{
border-color: #CED0FE;
}
.TagClassName
{
border-color: #CED0FE;
}
</style>