Shades of Lavender Blue #CFC3FF
Tints of Lavender Blue #CFC3FF
RGB
CMYK
RGB Variations
Color information
#CFC3FF (or 0xCFC3FF) is known color: Lavender Blue. HEX triplet: CF, C3 and FF. RGB value is (207,195,255). Sum of RGB (Red+Green+Blue) = 207+195+255=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3FF is #303C00. Grayscale: #CDCDCD. Windows color (decimal): -3161089 or 16761807. OLE color: 16761807.
HSL color Cylindrical-coordinate representation of color #CFC3FF: hue angle of 252º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC3FF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 195 | 255 | - |
| CMYK | 0.19 | 0.24 | 0 | 0 |
| HSL | 252º | 1% | 0.88% | - |
| HSV(B) | 252º | 0.24% | 1% | - |
| XYZ | 63.3 | 59.52 | 102.76 | - |
| YUV | 205.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 255 | 0.19 | 0.24 | 0 | 0 | 252 | 1 | 0.88 |
| Hex | CF | C3 | FF | 13 | 18 | 0 | 0 | FC | 64 | 58 |
| Octal | 317 | 303 | 377 | 23 | 30 | 0 | 0 | 374 | 144 | 130 |
| Binary | 11001111 | 11000011 | 11111111 | 10011 | 11000 | 0 | 0 | 11111100 | 1100100 | 1011000 |
Color Harmonies of #CFC3FF
Complementary color
Monochromatic Colors of #CFC3FF
Black with #CFC3FF
Text Example
Text Example
White with #CFC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3FF; }
p { color: rgb(207,195,255); }
H1.HeaderClassName
{
color: #CFC3FF;
}
.AnyTagClassName
{
color: #CFC3FF;
}
</style>
background-color css
<style>
a { background-color: #CFC3FF; }
a { background-color: rgb(207,195,255); }
div.DivClassName
{
background-color: #CFC3FF;
}
.BgClassName
{
background-color: #CFC3FF;
}
</style>
border-color css
<style>
span { border-color: #CFC3FF; }
span { border-color: rgb(207,195,255); }
td.TdClassName
{
border-color: #CFC3FF;
}
.TagClassName
{
border-color: #CFC3FF;
}
</style>