Shades of Lavender Blue #CFCCFF
Tints of Lavender Blue #CFCCFF
RGB
CMYK
RGB Variations
Color information
#CFCCFF (or 0xCFCCFF) is known color: Lavender Blue. HEX triplet: CF, CC and FF. RGB value is (207,204,255). Sum of RGB (Red+Green+Blue) = 207+204+255=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCFF is #303300. Grayscale: #D2D2D2. Windows color (decimal): -3158785 or 16764111. OLE color: 16764111.
HSL color Cylindrical-coordinate representation of color #CFCCFF: hue angle of 243.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCCFF is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 204 | 255 | - |
| CMYK | 0.19 | 0.2 | 0 | 0 |
| HSL | 243.53º | 1% | 0.9% | - |
| HSV(B) | 243.53º | 0.2% | 1% | - |
| XYZ | 65.37 | 63.67 | 103.45 | - |
| YUV | 210.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 255 | 0.19 | 0.2 | 0 | 0 | 243.53 | 1 | 0.9 |
| Hex | CF | CC | FF | 13 | 14 | 0 | 0 | F4 | 64 | 5A |
| Octal | 317 | 314 | 377 | 23 | 24 | 0 | 0 | 364 | 144 | 132 |
| Binary | 11001111 | 11001100 | 11111111 | 10011 | 10100 | 0 | 0 | 11110100 | 1100100 | 1011010 |
Color Harmonies of #CFCCFF
Complementary color
Monochromatic Colors of #CFCCFF
Black with #CFCCFF
Text Example
Text Example
White with #CFCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCFF; }
p { color: rgb(207,204,255); }
H1.HeaderClassName
{
color: #CFCCFF;
}
.AnyTagClassName
{
color: #CFCCFF;
}
</style>
background-color css
<style>
a { background-color: #CFCCFF; }
a { background-color: rgb(207,204,255); }
div.DivClassName
{
background-color: #CFCCFF;
}
.BgClassName
{
background-color: #CFCCFF;
}
</style>
border-color css
<style>
span { border-color: #CFCCFF; }
span { border-color: rgb(207,204,255); }
td.TdClassName
{
border-color: #CFCCFF;
}
.TagClassName
{
border-color: #CFCCFF;
}
</style>