Shades of Lavender Blue #CED0FB
Tints of Lavender Blue #CED0FB
RGB
CMYK
RGB Variations
Color information
#CED0FB (or 0xCED0FB) is known color: Lavender Blue. HEX triplet: CE, D0 and FB. RGB value is (206,208,251). Sum of RGB (Red+Green+Blue) = 206+208+251=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FB is #312F04. Grayscale: #D4D4D4. Windows color (decimal): -3223301 or 16502990. OLE color: 16502990.
HSL color Cylindrical-coordinate representation of color #CED0FB: hue angle of 237.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED0FB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 208 | 251 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 237.33º | 0.85% | 0.9% | - |
| HSV(B) | 237.33º | 0.18% | 0.98% | - |
| XYZ | 65.42 | 65.2 | 100.4 | - |
| YUV | 212.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 251 | 0.18 | 0.17 | 0 | 0.02 | 237.33 | 0.85 | 0.9 |
| Hex | CE | D0 | FB | 12 | 11 | 0 | 2 | ED | 55 | 5A |
| Octal | 316 | 320 | 373 | 22 | 21 | 0 | 2 | 355 | 125 | 132 |
| Binary | 11001110 | 11010000 | 11111011 | 10010 | 10001 | 0 | 10 | 11101101 | 1010101 | 1011010 |
Color Harmonies of #CED0FB
Complementary color
Monochromatic Colors of #CED0FB
Black with #CED0FB
Text Example
Text Example
White with #CED0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0FB; }
p { color: rgb(206,208,251); }
H1.HeaderClassName
{
color: #CED0FB;
}
.AnyTagClassName
{
color: #CED0FB;
}
</style>
background-color css
<style>
a { background-color: #CED0FB; }
a { background-color: rgb(206,208,251); }
div.DivClassName
{
background-color: #CED0FB;
}
.BgClassName
{
background-color: #CED0FB;
}
</style>
border-color css
<style>
span { border-color: #CED0FB; }
span { border-color: rgb(206,208,251); }
td.TdClassName
{
border-color: #CED0FB;
}
.TagClassName
{
border-color: #CED0FB;
}
</style>