Shades of Lavender Blue #CED4FA
Tints of Lavender Blue #CED4FA
RGB
CMYK
RGB Variations
Color information
#CED4FA (or 0xCED4FA) is known color: Lavender Blue. HEX triplet: CE, D4 and FA. RGB value is (206,212,250). Sum of RGB (Red+Green+Blue) = 206+212+250=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FA is #312B05. Grayscale: #D6D6D6. Windows color (decimal): -3222278 or 16438478. OLE color: 16438478.
HSL color Cylindrical-coordinate representation of color #CED4FA: hue angle of 231.82º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED4FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 212 | 250 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 231.82º | 0.81% | 0.89% | - |
| HSV(B) | 231.82º | 0.18% | 0.98% | - |
| XYZ | 66.25 | 67.11 | 99.9 | - |
| YUV | 214.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 250 | 0.18 | 0.15 | 0 | 0.02 | 231.82 | 0.81 | 0.89 |
| Hex | CE | D4 | FA | 12 | F | 0 | 2 | E8 | 51 | 59 |
| Octal | 316 | 324 | 372 | 22 | 17 | 0 | 2 | 350 | 121 | 131 |
| Binary | 11001110 | 11010100 | 11111010 | 10010 | 1111 | 0 | 10 | 11101000 | 1010001 | 1011001 |
Color Harmonies of #CED4FA
Complementary color
Monochromatic Colors of #CED4FA
Black with #CED4FA
Text Example
Text Example
White with #CED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4FA; }
p { color: rgb(206,212,250); }
H1.HeaderClassName
{
color: #CED4FA;
}
.AnyTagClassName
{
color: #CED4FA;
}
</style>
background-color css
<style>
a { background-color: #CED4FA; }
a { background-color: rgb(206,212,250); }
div.DivClassName
{
background-color: #CED4FA;
}
.BgClassName
{
background-color: #CED4FA;
}
</style>
border-color css
<style>
span { border-color: #CED4FA; }
span { border-color: rgb(206,212,250); }
td.TdClassName
{
border-color: #CED4FA;
}
.TagClassName
{
border-color: #CED4FA;
}
</style>