Shades of Lavender Blue #CED0F3
Tints of Lavender Blue #CED0F3
RGB
CMYK
RGB Variations
Color information
#CED0F3 (or 0xCED0F3) is known color: Lavender Blue. HEX triplet: CE, D0 and F3. RGB value is (206,208,243). Sum of RGB (Red+Green+Blue) = 206+208+243=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0F3 is #312F0C. Grayscale: #D3D3D3. Windows color (decimal): -3223309 or 15978702. OLE color: 15978702.
HSL color Cylindrical-coordinate representation of color #CED0F3: hue angle of 236.76º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED0F3 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 208 | 243 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 236.76º | 0.61% | 0.88% | - |
| HSV(B) | 236.76º | 0.15% | 0.95% | - |
| XYZ | 64.19 | 64.7 | 93.9 | - |
| YUV | 211.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 243 | 0.15 | 0.14 | 0 | 0.05 | 236.76 | 0.61 | 0.88 |
| Hex | CE | D0 | F3 | F | E | 0 | 5 | ED | 3D | 58 |
| Octal | 316 | 320 | 363 | 17 | 16 | 0 | 5 | 355 | 75 | 130 |
| Binary | 11001110 | 11010000 | 11110011 | 1111 | 1110 | 0 | 101 | 11101101 | 111101 | 1011000 |
Color Harmonies of #CED0F3
Complementary color
Monochromatic Colors of #CED0F3
Black with #CED0F3
Text Example
Text Example
White with #CED0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0F3; }
p { color: rgb(206,208,243); }
H1.HeaderClassName
{
color: #CED0F3;
}
.AnyTagClassName
{
color: #CED0F3;
}
</style>
background-color css
<style>
a { background-color: #CED0F3; }
a { background-color: rgb(206,208,243); }
div.DivClassName
{
background-color: #CED0F3;
}
.BgClassName
{
background-color: #CED0F3;
}
</style>
border-color css
<style>
span { border-color: #CED0F3; }
span { border-color: rgb(206,208,243); }
td.TdClassName
{
border-color: #CED0F3;
}
.TagClassName
{
border-color: #CED0F3;
}
</style>