Shades of Lavender Blue #CED0FA
Tints of Lavender Blue #CED0FA
RGB
CMYK
RGB Variations
Color information
#CED0FA (or 0xCED0FA) is known color: Lavender Blue. HEX triplet: CE, D0 and FA. RGB value is (206,208,250). Sum of RGB (Red+Green+Blue) = 206+208+250=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FA is #312F05. Grayscale: #D4D4D4. Windows color (decimal): -3223302 or 16437454. OLE color: 16437454.
HSL color Cylindrical-coordinate representation of color #CED0FA: hue angle of 237.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED0FA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 208 | 250 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 237.27º | 0.81% | 0.89% | - |
| HSV(B) | 237.27º | 0.18% | 0.98% | - |
| XYZ | 65.26 | 65.14 | 99.58 | - |
| YUV | 212.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 250 | 0.18 | 0.17 | 0 | 0.02 | 237.27 | 0.81 | 0.89 |
| Hex | CE | D0 | FA | 12 | 11 | 0 | 2 | ED | 51 | 59 |
| Octal | 316 | 320 | 372 | 22 | 21 | 0 | 2 | 355 | 121 | 131 |
| Binary | 11001110 | 11010000 | 11111010 | 10010 | 10001 | 0 | 10 | 11101101 | 1010001 | 1011001 |
Color Harmonies of #CED0FA
Complementary color
Monochromatic Colors of #CED0FA
Black with #CED0FA
Text Example
Text Example
White with #CED0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0FA; }
p { color: rgb(206,208,250); }
H1.HeaderClassName
{
color: #CED0FA;
}
.AnyTagClassName
{
color: #CED0FA;
}
</style>
background-color css
<style>
a { background-color: #CED0FA; }
a { background-color: rgb(206,208,250); }
div.DivClassName
{
background-color: #CED0FA;
}
.BgClassName
{
background-color: #CED0FA;
}
</style>
border-color css
<style>
span { border-color: #CED0FA; }
span { border-color: rgb(206,208,250); }
td.TdClassName
{
border-color: #CED0FA;
}
.TagClassName
{
border-color: #CED0FA;
}
</style>