Shades of Lavender Blue #CFCAFC
Tints of Lavender Blue #CFCAFC
RGB
CMYK
RGB Variations
Color information
#CFCAFC (or 0xCFCAFC) is known color: Lavender Blue. HEX triplet: CF, CA and FC. RGB value is (207,202,252). Sum of RGB (Red+Green+Blue) = 207+202+252=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAFC is #303503. Grayscale: #D0D0D0. Windows color (decimal): -3159300 or 16566991. OLE color: 16566991.
HSL color Cylindrical-coordinate representation of color #CFCAFC: hue angle of 246º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCAFC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 202 | 252 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.01 |
| HSL | 246º | 0.89% | 0.89% | - |
| HSV(B) | 246º | 0.2% | 0.99% | - |
| XYZ | 64.42 | 62.53 | 100.77 | - |
| YUV | 209.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 252 | 0.18 | 0.20 | 0 | 0.01 | 246 | 0.89 | 0.89 |
| Hex | CF | CA | FC | 12 | 14 | 0 | 1 | F6 | 59 | 59 |
| Octal | 317 | 312 | 374 | 22 | 24 | 0 | 1 | 366 | 131 | 131 |
| Binary | 11001111 | 11001010 | 11111100 | 10010 | 10100 | 0 | 1 | 11110110 | 1011001 | 1011001 |
Color Harmonies of #CFCAFC
Complementary color
Monochromatic Colors of #CFCAFC
Black with #CFCAFC
Text Example
Text Example
White with #CFCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAFC; }
p { color: rgb(207,202,252); }
H1.HeaderClassName
{
color: #CFCAFC;
}
.AnyTagClassName
{
color: #CFCAFC;
}
</style>
background-color css
<style>
a { background-color: #CFCAFC; }
a { background-color: rgb(207,202,252); }
div.DivClassName
{
background-color: #CFCAFC;
}
.BgClassName
{
background-color: #CFCAFC;
}
</style>
border-color css
<style>
span { border-color: #CFCAFC; }
span { border-color: rgb(207,202,252); }
td.TdClassName
{
border-color: #CFCAFC;
}
.TagClassName
{
border-color: #CFCAFC;
}
</style>