Shades of Lavender Blue #CED3FF
Tints of Lavender Blue #CED3FF
RGB
CMYK
RGB Variations
Color information
#CED3FF (or 0xCED3FF) is known color: Lavender Blue. HEX triplet: CE, D3 and FF. RGB value is (206,211,255). Sum of RGB (Red+Green+Blue) = 206+211+255=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FF is #312C00. Grayscale: #D6D6D6. Windows color (decimal): -3222529 or 16765902. OLE color: 16765902.
HSL color Cylindrical-coordinate representation of color #CED3FF: hue angle of 233.88º 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 #CED3FF is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 211 | 255 | - |
| CMYK | 0.19 | 0.17 | 0 | 0 |
| HSL | 233.88º | 1% | 0.9% | - |
| HSV(B) | 233.88º | 0.19% | 1% | - |
| XYZ | 66.8 | 66.93 | 104.01 | - |
| YUV | 214.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 255 | 0.19 | 0.17 | 0 | 0 | 233.88 | 1 | 0.9 |
| Hex | CE | D3 | FF | 13 | 11 | 0 | 0 | EA | 64 | 5A |
| Octal | 316 | 323 | 377 | 23 | 21 | 0 | 0 | 352 | 144 | 132 |
| Binary | 11001110 | 11010011 | 11111111 | 10011 | 10001 | 0 | 0 | 11101010 | 1100100 | 1011010 |
Color Harmonies of #CED3FF
Complementary color
Monochromatic Colors of #CED3FF
Black with #CED3FF
Text Example
Text Example
White with #CED3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3FF; }
p { color: rgb(206,211,255); }
H1.HeaderClassName
{
color: #CED3FF;
}
.AnyTagClassName
{
color: #CED3FF;
}
</style>
background-color css
<style>
a { background-color: #CED3FF; }
a { background-color: rgb(206,211,255); }
div.DivClassName
{
background-color: #CED3FF;
}
.BgClassName
{
background-color: #CED3FF;
}
</style>
border-color css
<style>
span { border-color: #CED3FF; }
span { border-color: rgb(206,211,255); }
td.TdClassName
{
border-color: #CED3FF;
}
.TagClassName
{
border-color: #CED3FF;
}
</style>