Shades of Lavender Blue #CED2F7
Tints of Lavender Blue #CED2F7
RGB
CMYK
RGB Variations
Color information
#CED2F7 (or 0xCED2F7) is known color: Lavender Blue. HEX triplet: CE, D2 and F7. RGB value is (206,210,247). Sum of RGB (Red+Green+Blue) = 206+210+247=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #CED2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F7 is #312D08. Grayscale: #D4D4D4. Windows color (decimal): -3222793 or 16241358. OLE color: 16241358.
HSL color Cylindrical-coordinate representation of color #CED2F7: hue angle of 234.15º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED2F7 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 210 | 247 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.03 |
| HSL | 234.15º | 0.72% | 0.89% | - |
| HSV(B) | 234.15º | 0.17% | 0.97% | - |
| XYZ | 65.29 | 65.93 | 97.28 | - |
| YUV | 213.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 247 | 0.17 | 0.15 | 0 | 0.03 | 234.15 | 0.72 | 0.89 |
| Hex | CE | D2 | F7 | 11 | F | 0 | 3 | EA | 48 | 59 |
| Octal | 316 | 322 | 367 | 21 | 17 | 0 | 3 | 352 | 110 | 131 |
| Binary | 11001110 | 11010010 | 11110111 | 10001 | 1111 | 0 | 11 | 11101010 | 1001000 | 1011001 |
Color Harmonies of #CED2F7
Complementary color
Monochromatic Colors of #CED2F7
Black with #CED2F7
Text Example
Text Example
White with #CED2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2F7; }
p { color: rgb(206,210,247); }
H1.HeaderClassName
{
color: #CED2F7;
}
.AnyTagClassName
{
color: #CED2F7;
}
</style>
background-color css
<style>
a { background-color: #CED2F7; }
a { background-color: rgb(206,210,247); }
div.DivClassName
{
background-color: #CED2F7;
}
.BgClassName
{
background-color: #CED2F7;
}
</style>
border-color css
<style>
span { border-color: #CED2F7; }
span { border-color: rgb(206,210,247); }
td.TdClassName
{
border-color: #CED2F7;
}
.TagClassName
{
border-color: #CED2F7;
}
</style>