Shades of Lavender Blue #CED2FB
Tints of Lavender Blue #CED2FB
RGB
CMYK
RGB Variations
Color information
#CED2FB (or 0xCED2FB) is known color: Lavender Blue. HEX triplet: CE, D2 and FB. RGB value is (206,210,251). Sum of RGB (Red+Green+Blue) = 206+210+251=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FB is #312D04. Grayscale: #D5D5D5. Windows color (decimal): -3222789 or 16503502. OLE color: 16503502.
HSL color Cylindrical-coordinate representation of color #CED2FB: hue angle of 234.67º 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 #CED2FB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 210 | 251 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 234.67º | 0.85% | 0.9% | - |
| HSV(B) | 234.67º | 0.18% | 0.98% | - |
| XYZ | 65.91 | 66.18 | 100.57 | - |
| YUV | 213.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 251 | 0.18 | 0.16 | 0 | 0.02 | 234.67 | 0.85 | 0.9 |
| Hex | CE | D2 | FB | 12 | 10 | 0 | 2 | EB | 55 | 5A |
| Octal | 316 | 322 | 373 | 22 | 20 | 0 | 2 | 353 | 125 | 132 |
| Binary | 11001110 | 11010010 | 11111011 | 10010 | 10000 | 0 | 10 | 11101011 | 1010101 | 1011010 |
Color Harmonies of #CED2FB
Complementary color
Monochromatic Colors of #CED2FB
Black with #CED2FB
Text Example
Text Example
White with #CED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2FB; }
p { color: rgb(206,210,251); }
H1.HeaderClassName
{
color: #CED2FB;
}
.AnyTagClassName
{
color: #CED2FB;
}
</style>
background-color css
<style>
a { background-color: #CED2FB; }
a { background-color: rgb(206,210,251); }
div.DivClassName
{
background-color: #CED2FB;
}
.BgClassName
{
background-color: #CED2FB;
}
</style>
border-color css
<style>
span { border-color: #CED2FB; }
span { border-color: rgb(206,210,251); }
td.TdClassName
{
border-color: #CED2FB;
}
.TagClassName
{
border-color: #CED2FB;
}
</style>