Shades of Lavender Blue #CED4FB
Tints of Lavender Blue #CED4FB
RGB
CMYK
RGB Variations
Color information
#CED4FB (or 0xCED4FB) is known color: Lavender Blue. HEX triplet: CE, D4 and FB. RGB value is (206,212,251). Sum of RGB (Red+Green+Blue) = 206+212+251=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FB is #312B04. Grayscale: #D6D6D6. Windows color (decimal): -3222277 or 16504014. OLE color: 16504014.
HSL color Cylindrical-coordinate representation of color #CED4FB: hue angle of 232º 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 #CED4FB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 212 | 251 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 232º | 0.85% | 0.9% | - |
| HSV(B) | 232º | 0.18% | 0.98% | - |
| XYZ | 66.41 | 67.17 | 100.73 | - |
| YUV | 214.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 251 | 0.18 | 0.16 | 0 | 0.02 | 232 | 0.85 | 0.9 |
| Hex | CE | D4 | FB | 12 | 10 | 0 | 2 | E8 | 55 | 5A |
| Octal | 316 | 324 | 373 | 22 | 20 | 0 | 2 | 350 | 125 | 132 |
| Binary | 11001110 | 11010100 | 11111011 | 10010 | 10000 | 0 | 10 | 11101000 | 1010101 | 1011010 |
Color Harmonies of #CED4FB
Complementary color
Monochromatic Colors of #CED4FB
Black with #CED4FB
Text Example
Text Example
White with #CED4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4FB; }
p { color: rgb(206,212,251); }
H1.HeaderClassName
{
color: #CED4FB;
}
.AnyTagClassName
{
color: #CED4FB;
}
</style>
background-color css
<style>
a { background-color: #CED4FB; }
a { background-color: rgb(206,212,251); }
div.DivClassName
{
background-color: #CED4FB;
}
.BgClassName
{
background-color: #CED4FB;
}
</style>
border-color css
<style>
span { border-color: #CED4FB; }
span { border-color: rgb(206,212,251); }
td.TdClassName
{
border-color: #CED4FB;
}
.TagClassName
{
border-color: #CED4FB;
}
</style>