Shades of Lavender Blue #CED2F8
Tints of Lavender Blue #CED2F8
RGB
CMYK
RGB Variations
Color information
#CED2F8 (or 0xCED2F8) is known color: Lavender Blue. HEX triplet: CE, D2 and F8. RGB value is (206,210,248). Sum of RGB (Red+Green+Blue) = 206+210+248=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #CED2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F8 is #312D07. Grayscale: #D4D4D4. Windows color (decimal): -3222792 or 16306894. OLE color: 16306894.
HSL color Cylindrical-coordinate representation of color #CED2F8: hue angle of 234.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED2F8 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 210 | 248 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.03 |
| HSL | 234.29º | 0.75% | 0.89% | - |
| HSV(B) | 234.29º | 0.17% | 0.97% | - |
| XYZ | 65.44 | 65.99 | 98.1 | - |
| YUV | 213.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 248 | 0.17 | 0.15 | 0 | 0.03 | 234.29 | 0.75 | 0.89 |
| Hex | CE | D2 | F8 | 11 | F | 0 | 3 | EA | 4B | 59 |
| Octal | 316 | 322 | 370 | 21 | 17 | 0 | 3 | 352 | 113 | 131 |
| Binary | 11001110 | 11010010 | 11111000 | 10001 | 1111 | 0 | 11 | 11101010 | 1001011 | 1011001 |
Color Harmonies of #CED2F8
Complementary color
Monochromatic Colors of #CED2F8
Black with #CED2F8
Text Example
Text Example
White with #CED2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2F8; }
p { color: rgb(206,210,248); }
H1.HeaderClassName
{
color: #CED2F8;
}
.AnyTagClassName
{
color: #CED2F8;
}
</style>
background-color css
<style>
a { background-color: #CED2F8; }
a { background-color: rgb(206,210,248); }
div.DivClassName
{
background-color: #CED2F8;
}
.BgClassName
{
background-color: #CED2F8;
}
</style>
border-color css
<style>
span { border-color: #CED2F8; }
span { border-color: rgb(206,210,248); }
td.TdClassName
{
border-color: #CED2F8;
}
.TagClassName
{
border-color: #CED2F8;
}
</style>