Shades of Lavender Blue #CECBF2
Tints of Lavender Blue #CECBF2
RGB
CMYK
RGB Variations
Color information
#CECBF2 (or 0xCECBF2) is known color: Lavender Blue. HEX triplet: CE, CB and F2. RGB value is (206,203,242). Sum of RGB (Red+Green+Blue) = 206+203+242=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF2 is #31340D. Grayscale: #D0D0D0. Windows color (decimal): -3224590 or 15911886. OLE color: 15911886.
HSL color Cylindrical-coordinate representation of color #CECBF2: hue angle of 244.62º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECBF2 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 203 | 242 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 244.62º | 0.6% | 0.87% | - |
| HSV(B) | 244.62º | 0.16% | 0.95% | - |
| XYZ | 62.84 | 62.24 | 92.71 | - |
| YUV | 208.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 242 | 0.15 | 0.16 | 0 | 0.05 | 244.62 | 0.6 | 0.87 |
| Hex | CE | CB | F2 | F | 10 | 0 | 5 | F5 | 3C | 57 |
| Octal | 316 | 313 | 362 | 17 | 20 | 0 | 5 | 365 | 74 | 127 |
| Binary | 11001110 | 11001011 | 11110010 | 1111 | 10000 | 0 | 101 | 11110101 | 111100 | 1010111 |
Color Harmonies of #CECBF2
Complementary color
Monochromatic Colors of #CECBF2
Black with #CECBF2
Text Example
Text Example
White with #CECBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBF2; }
p { color: rgb(206,203,242); }
H1.HeaderClassName
{
color: #CECBF2;
}
.AnyTagClassName
{
color: #CECBF2;
}
</style>
background-color css
<style>
a { background-color: #CECBF2; }
a { background-color: rgb(206,203,242); }
div.DivClassName
{
background-color: #CECBF2;
}
.BgClassName
{
background-color: #CECBF2;
}
</style>
border-color css
<style>
span { border-color: #CECBF2; }
span { border-color: rgb(206,203,242); }
td.TdClassName
{
border-color: #CECBF2;
}
.TagClassName
{
border-color: #CECBF2;
}
</style>