Shades of Lavender Blue #CED1F3
Tints of Lavender Blue #CED1F3
RGB
CMYK
RGB Variations
Color information
#CED1F3 (or 0xCED1F3) is known color: Lavender Blue. HEX triplet: CE, D1 and F3. RGB value is (206,209,243). Sum of RGB (Red+Green+Blue) = 206+209+243=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F3 is #312E0C. Grayscale: #D3D3D3. Windows color (decimal): -3223053 or 15978958. OLE color: 15978958.
HSL color Cylindrical-coordinate representation of color #CED1F3: hue angle of 235.14º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED1F3 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 209 | 243 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 235.14º | 0.61% | 0.88% | - |
| HSV(B) | 235.14º | 0.15% | 0.95% | - |
| XYZ | 64.43 | 65.19 | 93.98 | - |
| YUV | 211.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 243 | 0.15 | 0.14 | 0 | 0.05 | 235.14 | 0.61 | 0.88 |
| Hex | CE | D1 | F3 | F | E | 0 | 5 | EB | 3D | 58 |
| Octal | 316 | 321 | 363 | 17 | 16 | 0 | 5 | 353 | 75 | 130 |
| Binary | 11001110 | 11010001 | 11110011 | 1111 | 1110 | 0 | 101 | 11101011 | 111101 | 1011000 |
Color Harmonies of #CED1F3
Complementary color
Monochromatic Colors of #CED1F3
Black with #CED1F3
Text Example
Text Example
White with #CED1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1F3; }
p { color: rgb(206,209,243); }
H1.HeaderClassName
{
color: #CED1F3;
}
.AnyTagClassName
{
color: #CED1F3;
}
</style>
background-color css
<style>
a { background-color: #CED1F3; }
a { background-color: rgb(206,209,243); }
div.DivClassName
{
background-color: #CED1F3;
}
.BgClassName
{
background-color: #CED1F3;
}
</style>
border-color css
<style>
span { border-color: #CED1F3; }
span { border-color: rgb(206,209,243); }
td.TdClassName
{
border-color: #CED1F3;
}
.TagClassName
{
border-color: #CED1F3;
}
</style>