Shades of Lavender Blue #CED3FD
Tints of Lavender Blue #CED3FD
RGB
CMYK
RGB Variations
Color information
#CED3FD (or 0xCED3FD) is known color: Lavender Blue. HEX triplet: CE, D3 and FD. RGB value is (206,211,253). Sum of RGB (Red+Green+Blue) = 206+211+253=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FD is #312C02. Grayscale: #D6D6D6. Windows color (decimal): -3222531 or 16634830. OLE color: 16634830.
HSL color Cylindrical-coordinate representation of color #CED3FD: hue angle of 233.62º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED3FD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 211 | 253 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.01 |
| HSL | 233.62º | 0.92% | 0.9% | - |
| HSV(B) | 233.62º | 0.19% | 0.99% | - |
| XYZ | 66.48 | 66.8 | 102.32 | - |
| YUV | 214.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 253 | 0.19 | 0.17 | 0 | 0.01 | 233.62 | 0.92 | 0.9 |
| Hex | CE | D3 | FD | 13 | 11 | 0 | 1 | EA | 5C | 5A |
| Octal | 316 | 323 | 375 | 23 | 21 | 0 | 1 | 352 | 134 | 132 |
| Binary | 11001110 | 11010011 | 11111101 | 10011 | 10001 | 0 | 1 | 11101010 | 1011100 | 1011010 |
Color Harmonies of #CED3FD
Complementary color
Monochromatic Colors of #CED3FD
Black with #CED3FD
Text Example
Text Example
White with #CED3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3FD; }
p { color: rgb(206,211,253); }
H1.HeaderClassName
{
color: #CED3FD;
}
.AnyTagClassName
{
color: #CED3FD;
}
</style>
background-color css
<style>
a { background-color: #CED3FD; }
a { background-color: rgb(206,211,253); }
div.DivClassName
{
background-color: #CED3FD;
}
.BgClassName
{
background-color: #CED3FD;
}
</style>
border-color css
<style>
span { border-color: #CED3FD; }
span { border-color: rgb(206,211,253); }
td.TdClassName
{
border-color: #CED3FD;
}
.TagClassName
{
border-color: #CED3FD;
}
</style>