Shades of Lavender Blue #CED7FE
Tints of Lavender Blue #CED7FE
RGB
CMYK
RGB Variations
Color information
#CED7FE (or 0xCED7FE) is known color: Lavender Blue. HEX triplet: CE, D7 and FE. RGB value is (206,215,254). Sum of RGB (Red+Green+Blue) = 206+215+254=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FE is #312801. Grayscale: #D8D8D8. Windows color (decimal): -3221506 or 16701390. OLE color: 16701390.
HSL color Cylindrical-coordinate representation of color #CED7FE: hue angle of 228.75º 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 #CED7FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 215 | 254 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.00 |
| HSL | 228.75º | 0.96% | 0.9% | - |
| HSV(B) | 228.75º | 0.19% | 1% | - |
| XYZ | 67.64 | 68.88 | 103.5 | - |
| YUV | 216.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 254 | 0.19 | 0.15 | 0 | 0.00 | 228.75 | 0.96 | 0.9 |
| Hex | CE | D7 | FE | 13 | F | 0 | 0 | E5 | 60 | 5A |
| Octal | 316 | 327 | 376 | 23 | 17 | 0 | 0 | 345 | 140 | 132 |
| Binary | 11001110 | 11010111 | 11111110 | 10011 | 1111 | 0 | 0 | 11100101 | 1100000 | 1011010 |
Color Harmonies of #CED7FE
Complementary color
Monochromatic Colors of #CED7FE
Black with #CED7FE
Text Example
Text Example
White with #CED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7FE; }
p { color: rgb(206,215,254); }
H1.HeaderClassName
{
color: #CED7FE;
}
.AnyTagClassName
{
color: #CED7FE;
}
</style>
background-color css
<style>
a { background-color: #CED7FE; }
a { background-color: rgb(206,215,254); }
div.DivClassName
{
background-color: #CED7FE;
}
.BgClassName
{
background-color: #CED7FE;
}
</style>
border-color css
<style>
span { border-color: #CED7FE; }
span { border-color: rgb(206,215,254); }
td.TdClassName
{
border-color: #CED7FE;
}
.TagClassName
{
border-color: #CED7FE;
}
</style>