Shades of Lavender Blue #CFCCF2
Tints of Lavender Blue #CFCCF2
RGB
CMYK
RGB Variations
Color information
#CFCCF2 (or 0xCFCCF2) is known color: Lavender Blue. HEX triplet: CF, CC and F2. RGB value is (207,204,242). Sum of RGB (Red+Green+Blue) = 207+204+242=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF2 is #30330D. Grayscale: #D1D1D1. Windows color (decimal): -3158798 or 15912143. OLE color: 15912143.
HSL color Cylindrical-coordinate representation of color #CFCCF2: hue angle of 244.74º degrees, saturation: 0.59, 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 #CFCCF2 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 204 | 242 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.05 |
| HSL | 244.74º | 0.59% | 0.87% | - |
| HSV(B) | 244.74º | 0.16% | 0.95% | - |
| XYZ | 63.35 | 62.86 | 92.8 | - |
| YUV | 209.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 242 | 0.14 | 0.16 | 0 | 0.05 | 244.74 | 0.59 | 0.87 |
| Hex | CF | CC | F2 | E | 10 | 0 | 5 | F5 | 3B | 57 |
| Octal | 317 | 314 | 362 | 16 | 20 | 0 | 5 | 365 | 73 | 127 |
| Binary | 11001111 | 11001100 | 11110010 | 1110 | 10000 | 0 | 101 | 11110101 | 111011 | 1010111 |
Color Harmonies of #CFCCF2
Complementary color
Monochromatic Colors of #CFCCF2
Black with #CFCCF2
Text Example
Text Example
White with #CFCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCF2; }
p { color: rgb(207,204,242); }
H1.HeaderClassName
{
color: #CFCCF2;
}
.AnyTagClassName
{
color: #CFCCF2;
}
</style>
background-color css
<style>
a { background-color: #CFCCF2; }
a { background-color: rgb(207,204,242); }
div.DivClassName
{
background-color: #CFCCF2;
}
.BgClassName
{
background-color: #CFCCF2;
}
</style>
border-color css
<style>
span { border-color: #CFCCF2; }
span { border-color: rgb(207,204,242); }
td.TdClassName
{
border-color: #CFCCF2;
}
.TagClassName
{
border-color: #CFCCF2;
}
</style>