Shades of Lavender Blue #CED0F4
Tints of Lavender Blue #CED0F4
RGB
CMYK
RGB Variations
Color information
#CED0F4 (or 0xCED0F4) is known color: Lavender Blue. HEX triplet: CE, D0 and F4. RGB value is (206,208,244). Sum of RGB (Red+Green+Blue) = 206+208+244=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #CED0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0F4 is #312F0B. Grayscale: #D3D3D3. Windows color (decimal): -3223308 or 16044238. OLE color: 16044238.
HSL color Cylindrical-coordinate representation of color #CED0F4: hue angle of 236.84º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED0F4 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 208 | 244 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.04 |
| HSL | 236.84º | 0.63% | 0.88% | - |
| HSV(B) | 236.84º | 0.16% | 0.96% | - |
| XYZ | 64.34 | 64.77 | 94.7 | - |
| YUV | 211.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 244 | 0.16 | 0.15 | 0 | 0.04 | 236.84 | 0.63 | 0.88 |
| Hex | CE | D0 | F4 | 10 | F | 0 | 4 | ED | 3F | 58 |
| Octal | 316 | 320 | 364 | 20 | 17 | 0 | 4 | 355 | 77 | 130 |
| Binary | 11001110 | 11010000 | 11110100 | 10000 | 1111 | 0 | 100 | 11101101 | 111111 | 1011000 |
Color Harmonies of #CED0F4
Complementary color
Monochromatic Colors of #CED0F4
Black with #CED0F4
Text Example
Text Example
White with #CED0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0F4; }
p { color: rgb(206,208,244); }
H1.HeaderClassName
{
color: #CED0F4;
}
.AnyTagClassName
{
color: #CED0F4;
}
</style>
background-color css
<style>
a { background-color: #CED0F4; }
a { background-color: rgb(206,208,244); }
div.DivClassName
{
background-color: #CED0F4;
}
.BgClassName
{
background-color: #CED0F4;
}
</style>
border-color css
<style>
span { border-color: #CED0F4; }
span { border-color: rgb(206,208,244); }
td.TdClassName
{
border-color: #CED0F4;
}
.TagClassName
{
border-color: #CED0F4;
}
</style>