Shades of Lavender Blue #CED3F7
Tints of Lavender Blue #CED3F7
RGB
CMYK
RGB Variations
Color information
#CED3F7 (or 0xCED3F7) is known color: Lavender Blue. HEX triplet: CE, D3 and F7. RGB value is (206,211,247). Sum of RGB (Red+Green+Blue) = 206+211+247=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #CED3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F7 is #312C08. Grayscale: #D5D5D5. Windows color (decimal): -3222537 or 16241614. OLE color: 16241614.
HSL color Cylindrical-coordinate representation of color #CED3F7: hue angle of 232.68º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED3F7 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 211 | 247 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.03 |
| HSL | 232.68º | 0.72% | 0.89% | - |
| HSV(B) | 232.68º | 0.17% | 0.97% | - |
| XYZ | 65.54 | 66.43 | 97.36 | - |
| YUV | 213.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 247 | 0.17 | 0.15 | 0 | 0.03 | 232.68 | 0.72 | 0.89 |
| Hex | CE | D3 | F7 | 11 | F | 0 | 3 | E9 | 48 | 59 |
| Octal | 316 | 323 | 367 | 21 | 17 | 0 | 3 | 351 | 110 | 131 |
| Binary | 11001110 | 11010011 | 11110111 | 10001 | 1111 | 0 | 11 | 11101001 | 1001000 | 1011001 |
Color Harmonies of #CED3F7
Complementary color
Monochromatic Colors of #CED3F7
Black with #CED3F7
Text Example
Text Example
White with #CED3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3F7; }
p { color: rgb(206,211,247); }
H1.HeaderClassName
{
color: #CED3F7;
}
.AnyTagClassName
{
color: #CED3F7;
}
</style>
background-color css
<style>
a { background-color: #CED3F7; }
a { background-color: rgb(206,211,247); }
div.DivClassName
{
background-color: #CED3F7;
}
.BgClassName
{
background-color: #CED3F7;
}
</style>
border-color css
<style>
span { border-color: #CED3F7; }
span { border-color: rgb(206,211,247); }
td.TdClassName
{
border-color: #CED3F7;
}
.TagClassName
{
border-color: #CED3F7;
}
</style>