Shades of Lavender Blue #CFCFF3
Tints of Lavender Blue #CFCFF3
RGB
CMYK
RGB Variations
Color information
#CFCFF3 (or 0xCFCFF3) is known color: Lavender Blue. HEX triplet: CF, CF and F3. RGB value is (207,207,243). Sum of RGB (Red+Green+Blue) = 207+207+243=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF3 is #30300C. Grayscale: #D2D2D2. Windows color (decimal): -3158029 or 15978447. OLE color: 15978447.
HSL color Cylindrical-coordinate representation of color #CFCFF3: hue angle of 240º degrees, saturation: 0.6, 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 #CFCFF3 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 207 | 243 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.05 |
| HSL | 240º | 0.6% | 0.88% | - |
| HSV(B) | 240º | 0.15% | 0.95% | - |
| XYZ | 64.22 | 64.36 | 93.83 | - |
| YUV | 211.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 243 | 0.15 | 0.15 | 0 | 0.05 | 240 | 0.6 | 0.88 |
| Hex | CF | CF | F3 | F | F | 0 | 5 | F0 | 3C | 58 |
| Octal | 317 | 317 | 363 | 17 | 17 | 0 | 5 | 360 | 74 | 130 |
| Binary | 11001111 | 11001111 | 11110011 | 1111 | 1111 | 0 | 101 | 11110000 | 111100 | 1011000 |
Color Harmonies of #CFCFF3
Complementary color
Monochromatic Colors of #CFCFF3
Black with #CFCFF3
Text Example
Text Example
White with #CFCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFF3; }
p { color: rgb(207,207,243); }
H1.HeaderClassName
{
color: #CFCFF3;
}
.AnyTagClassName
{
color: #CFCFF3;
}
</style>
background-color css
<style>
a { background-color: #CFCFF3; }
a { background-color: rgb(207,207,243); }
div.DivClassName
{
background-color: #CFCFF3;
}
.BgClassName
{
background-color: #CFCFF3;
}
</style>
border-color css
<style>
span { border-color: #CFCFF3; }
span { border-color: rgb(207,207,243); }
td.TdClassName
{
border-color: #CFCFF3;
}
.TagClassName
{
border-color: #CFCFF3;
}
</style>