Shades of Lavender Blue #CED1FB
Tints of Lavender Blue #CED1FB
RGB
CMYK
RGB Variations
Color information
#CED1FB (or 0xCED1FB) is known color: Lavender Blue. HEX triplet: CE, D1 and FB. RGB value is (206,209,251). Sum of RGB (Red+Green+Blue) = 206+209+251=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FB is #312E04. Grayscale: #D4D4D4. Windows color (decimal): -3223045 or 16503246. OLE color: 16503246.
HSL color Cylindrical-coordinate representation of color #CED1FB: hue angle of 236º 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 #CED1FB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 209 | 251 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 236º | 0.85% | 0.9% | - |
| HSV(B) | 236º | 0.18% | 0.98% | - |
| XYZ | 65.67 | 65.69 | 100.48 | - |
| YUV | 212.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 251 | 0.18 | 0.17 | 0 | 0.02 | 236 | 0.85 | 0.9 |
| Hex | CE | D1 | FB | 12 | 11 | 0 | 2 | EC | 55 | 5A |
| Octal | 316 | 321 | 373 | 22 | 21 | 0 | 2 | 354 | 125 | 132 |
| Binary | 11001110 | 11010001 | 11111011 | 10010 | 10001 | 0 | 10 | 11101100 | 1010101 | 1011010 |
Color Harmonies of #CED1FB
Complementary color
Monochromatic Colors of #CED1FB
Black with #CED1FB
Text Example
Text Example
White with #CED1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1FB; }
p { color: rgb(206,209,251); }
H1.HeaderClassName
{
color: #CED1FB;
}
.AnyTagClassName
{
color: #CED1FB;
}
</style>
background-color css
<style>
a { background-color: #CED1FB; }
a { background-color: rgb(206,209,251); }
div.DivClassName
{
background-color: #CED1FB;
}
.BgClassName
{
background-color: #CED1FB;
}
</style>
border-color css
<style>
span { border-color: #CED1FB; }
span { border-color: rgb(206,209,251); }
td.TdClassName
{
border-color: #CED1FB;
}
.TagClassName
{
border-color: #CED1FB;
}
</style>