Shades of Lavender Blue #CFCEF2
Tints of Lavender Blue #CFCEF2
RGB
CMYK
RGB Variations
Color information
#CFCEF2 (or 0xCFCEF2) is known color: Lavender Blue. HEX triplet: CF, CE and F2. RGB value is (207,206,242). Sum of RGB (Red+Green+Blue) = 207+206+242=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF2 is #30310D. Grayscale: #D2D2D2. Windows color (decimal): -3158286 or 15912655. OLE color: 15912655.
HSL color Cylindrical-coordinate representation of color #CFCEF2: hue angle of 241.67º degrees, saturation: 0.58, 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 #CFCEF2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 206 | 242 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.05 |
| HSL | 241.67º | 0.58% | 0.88% | - |
| HSV(B) | 241.67º | 0.15% | 0.95% | - |
| XYZ | 63.83 | 63.82 | 92.96 | - |
| YUV | 210.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 242 | 0.14 | 0.15 | 0 | 0.05 | 241.67 | 0.58 | 0.88 |
| Hex | CF | CE | F2 | E | F | 0 | 5 | F2 | 3A | 58 |
| Octal | 317 | 316 | 362 | 16 | 17 | 0 | 5 | 362 | 72 | 130 |
| Binary | 11001111 | 11001110 | 11110010 | 1110 | 1111 | 0 | 101 | 11110010 | 111010 | 1011000 |
Color Harmonies of #CFCEF2
Complementary color
Monochromatic Colors of #CFCEF2
Black with #CFCEF2
Text Example
Text Example
White with #CFCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEF2; }
p { color: rgb(207,206,242); }
H1.HeaderClassName
{
color: #CFCEF2;
}
.AnyTagClassName
{
color: #CFCEF2;
}
</style>
background-color css
<style>
a { background-color: #CFCEF2; }
a { background-color: rgb(207,206,242); }
div.DivClassName
{
background-color: #CFCEF2;
}
.BgClassName
{
background-color: #CFCEF2;
}
</style>
border-color css
<style>
span { border-color: #CFCEF2; }
span { border-color: rgb(207,206,242); }
td.TdClassName
{
border-color: #CFCEF2;
}
.TagClassName
{
border-color: #CFCEF2;
}
</style>