Shades of Lavender Blue #CED7FF
Tints of Lavender Blue #CED7FF
RGB
CMYK
RGB Variations
Color information
#CED7FF (or 0xCED7FF) is known color: Lavender Blue. HEX triplet: CE, D7 and FF. RGB value is (206,215,255). Sum of RGB (Red+Green+Blue) = 206+215+255=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FF is #312800. Grayscale: #D8D8D8. Windows color (decimal): -3221505 or 16766926. OLE color: 16766926.
HSL color Cylindrical-coordinate representation of color #CED7FF: hue angle of 228.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED7FF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 215 | 255 | - |
| CMYK | 0.19 | 0.16 | 0 | 0 |
| HSL | 228.98º | 1% | 0.9% | - |
| HSV(B) | 228.98º | 0.19% | 1% | - |
| XYZ | 67.8 | 68.94 | 104.34 | - |
| YUV | 216.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 255 | 0.19 | 0.16 | 0 | 0 | 228.98 | 1 | 0.9 |
| Hex | CE | D7 | FF | 13 | 10 | 0 | 0 | E5 | 64 | 5A |
| Octal | 316 | 327 | 377 | 23 | 20 | 0 | 0 | 345 | 144 | 132 |
| Binary | 11001110 | 11010111 | 11111111 | 10011 | 10000 | 0 | 0 | 11100101 | 1100100 | 1011010 |
Color Harmonies of #CED7FF
Complementary color
Monochromatic Colors of #CED7FF
Black with #CED7FF
Text Example
Text Example
White with #CED7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7FF; }
p { color: rgb(206,215,255); }
H1.HeaderClassName
{
color: #CED7FF;
}
.AnyTagClassName
{
color: #CED7FF;
}
</style>
background-color css
<style>
a { background-color: #CED7FF; }
a { background-color: rgb(206,215,255); }
div.DivClassName
{
background-color: #CED7FF;
}
.BgClassName
{
background-color: #CED7FF;
}
</style>
border-color css
<style>
span { border-color: #CED7FF; }
span { border-color: rgb(206,215,255); }
td.TdClassName
{
border-color: #CED7FF;
}
.TagClassName
{
border-color: #CED7FF;
}
</style>