Shades of Lavender Blue #CFCCFE
Tints of Lavender Blue #CFCCFE
RGB
CMYK
RGB Variations
Color information
#CFCCFE (or 0xCFCCFE) is known color: Lavender Blue. HEX triplet: CF, CC and FE. RGB value is (207,204,254). Sum of RGB (Red+Green+Blue) = 207+204+254=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCFE is #303301. Grayscale: #D2D2D2. Windows color (decimal): -3158786 or 16698575. OLE color: 16698575.
HSL color Cylindrical-coordinate representation of color #CFCCFE: hue angle of 243.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCCFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 204 | 254 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.00 |
| HSL | 243.6º | 0.96% | 0.9% | - |
| HSV(B) | 243.6º | 0.2% | 1% | - |
| XYZ | 65.21 | 63.61 | 102.61 | - |
| YUV | 210.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 254 | 0.19 | 0.20 | 0 | 0.00 | 243.6 | 0.96 | 0.9 |
| Hex | CF | CC | FE | 13 | 14 | 0 | 0 | F4 | 60 | 5A |
| Octal | 317 | 314 | 376 | 23 | 24 | 0 | 0 | 364 | 140 | 132 |
| Binary | 11001111 | 11001100 | 11111110 | 10011 | 10100 | 0 | 0 | 11110100 | 1100000 | 1011010 |
Color Harmonies of #CFCCFE
Complementary color
Monochromatic Colors of #CFCCFE
Black with #CFCCFE
Text Example
Text Example
White with #CFCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCFE; }
p { color: rgb(207,204,254); }
H1.HeaderClassName
{
color: #CFCCFE;
}
.AnyTagClassName
{
color: #CFCCFE;
}
</style>
background-color css
<style>
a { background-color: #CFCCFE; }
a { background-color: rgb(207,204,254); }
div.DivClassName
{
background-color: #CFCCFE;
}
.BgClassName
{
background-color: #CFCCFE;
}
</style>
border-color css
<style>
span { border-color: #CFCCFE; }
span { border-color: rgb(207,204,254); }
td.TdClassName
{
border-color: #CFCCFE;
}
.TagClassName
{
border-color: #CFCCFE;
}
</style>