Shades of Lavender Blue #CFC2FB
Tints of Lavender Blue #CFC2FB
RGB
CMYK
RGB Variations
Color information
#CFC2FB (or 0xCFC2FB) is known color: Lavender Blue. HEX triplet: CF, C2 and FB. RGB value is (207,194,251). Sum of RGB (Red+Green+Blue) = 207+194+251=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FB is #303D04. Grayscale: #CCCCCC. Windows color (decimal): -3161349 or 16499407. OLE color: 16499407.
HSL color Cylindrical-coordinate representation of color #CFC2FB: hue angle of 253.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC2FB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 194 | 251 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 253.68º | 0.88% | 0.87% | - |
| HSV(B) | 253.68º | 0.23% | 0.98% | - |
| XYZ | 62.44 | 58.81 | 99.33 | - |
| YUV | 204.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 251 | 0.18 | 0.23 | 0 | 0.02 | 253.68 | 0.88 | 0.87 |
| Hex | CF | C2 | FB | 12 | 17 | 0 | 2 | FE | 58 | 57 |
| Octal | 317 | 302 | 373 | 22 | 27 | 0 | 2 | 376 | 130 | 127 |
| Binary | 11001111 | 11000010 | 11111011 | 10010 | 10111 | 0 | 10 | 11111110 | 1011000 | 1010111 |
Color Harmonies of #CFC2FB
Complementary color
Monochromatic Colors of #CFC2FB
Black with #CFC2FB
Text Example
Text Example
White with #CFC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2FB; }
p { color: rgb(207,194,251); }
H1.HeaderClassName
{
color: #CFC2FB;
}
.AnyTagClassName
{
color: #CFC2FB;
}
</style>
background-color css
<style>
a { background-color: #CFC2FB; }
a { background-color: rgb(207,194,251); }
div.DivClassName
{
background-color: #CFC2FB;
}
.BgClassName
{
background-color: #CFC2FB;
}
</style>
border-color css
<style>
span { border-color: #CFC2FB; }
span { border-color: rgb(207,194,251); }
td.TdClassName
{
border-color: #CFC2FB;
}
.TagClassName
{
border-color: #CFC2FB;
}
</style>