Shades of Lavender Blue #CED0FD
Tints of Lavender Blue #CED0FD
RGB
CMYK
RGB Variations
Color information
#CED0FD (or 0xCED0FD) is known color: Lavender Blue. HEX triplet: CE, D0 and FD. RGB value is (206,208,253). Sum of RGB (Red+Green+Blue) = 206+208+253=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FD is #312F02. Grayscale: #D4D4D4. Windows color (decimal): -3223299 or 16634062. OLE color: 16634062.
HSL color Cylindrical-coordinate representation of color #CED0FD: hue angle of 237.45º 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 #CED0FD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 208 | 253 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 237.45º | 0.92% | 0.9% | - |
| HSV(B) | 237.45º | 0.19% | 0.99% | - |
| XYZ | 65.74 | 65.33 | 102.07 | - |
| YUV | 212.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 253 | 0.19 | 0.18 | 0 | 0.01 | 237.45 | 0.92 | 0.9 |
| Hex | CE | D0 | FD | 13 | 12 | 0 | 1 | ED | 5C | 5A |
| Octal | 316 | 320 | 375 | 23 | 22 | 0 | 1 | 355 | 134 | 132 |
| Binary | 11001110 | 11010000 | 11111101 | 10011 | 10010 | 0 | 1 | 11101101 | 1011100 | 1011010 |
Color Harmonies of #CED0FD
Complementary color
Monochromatic Colors of #CED0FD
Black with #CED0FD
Text Example
Text Example
White with #CED0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0FD; }
p { color: rgb(206,208,253); }
H1.HeaderClassName
{
color: #CED0FD;
}
.AnyTagClassName
{
color: #CED0FD;
}
</style>
background-color css
<style>
a { background-color: #CED0FD; }
a { background-color: rgb(206,208,253); }
div.DivClassName
{
background-color: #CED0FD;
}
.BgClassName
{
background-color: #CED0FD;
}
</style>
border-color css
<style>
span { border-color: #CED0FD; }
span { border-color: rgb(206,208,253); }
td.TdClassName
{
border-color: #CED0FD;
}
.TagClassName
{
border-color: #CED0FD;
}
</style>