Shades of Lavender Blue #CFC2FE
Tints of Lavender Blue #CFC2FE
RGB
CMYK
RGB Variations
Color information
#CFC2FE (or 0xCFC2FE) is known color: Lavender Blue. HEX triplet: CF, C2 and FE. RGB value is (207,194,254). Sum of RGB (Red+Green+Blue) = 207+194+254=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FE is #303D01. Grayscale: #CCCCCC. Windows color (decimal): -3161346 or 16696015. OLE color: 16696015.
HSL color Cylindrical-coordinate representation of color #CFC2FE: hue angle of 253º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC2FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 194 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 253º | 0.97% | 0.88% | - |
| HSV(B) | 253º | 0.24% | 1% | - |
| XYZ | 62.91 | 59 | 101.84 | - |
| YUV | 204.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 254 | 0.19 | 0.24 | 0 | 0.00 | 253 | 0.97 | 0.88 |
| Hex | CF | C2 | FE | 13 | 18 | 0 | 0 | FD | 61 | 58 |
| Octal | 317 | 302 | 376 | 23 | 30 | 0 | 0 | 375 | 141 | 130 |
| Binary | 11001111 | 11000010 | 11111110 | 10011 | 11000 | 0 | 0 | 11111101 | 1100001 | 1011000 |
Color Harmonies of #CFC2FE
Complementary color
Monochromatic Colors of #CFC2FE
Black with #CFC2FE
Text Example
Text Example
White with #CFC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2FE; }
p { color: rgb(207,194,254); }
H1.HeaderClassName
{
color: #CFC2FE;
}
.AnyTagClassName
{
color: #CFC2FE;
}
</style>
background-color css
<style>
a { background-color: #CFC2FE; }
a { background-color: rgb(207,194,254); }
div.DivClassName
{
background-color: #CFC2FE;
}
.BgClassName
{
background-color: #CFC2FE;
}
</style>
border-color css
<style>
span { border-color: #CFC2FE; }
span { border-color: rgb(207,194,254); }
td.TdClassName
{
border-color: #CFC2FE;
}
.TagClassName
{
border-color: #CFC2FE;
}
</style>