Shades of Lavender Blue #CFCAF1
Tints of Lavender Blue #CFCAF1
RGB
CMYK
RGB Variations
Color information
#CFCAF1 (or 0xCFCAF1) is known color: Lavender Blue. HEX triplet: CF, CA and F1. RGB value is (207,202,241). Sum of RGB (Red+Green+Blue) = 207+202+241=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF1 is #30350E. Grayscale: #CFCFCF. Windows color (decimal): -3159311 or 15846095. OLE color: 15846095.
HSL color Cylindrical-coordinate representation of color #CFCAF1: hue angle of 247.69º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCAF1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 202 | 241 | - |
CMYK | 0.14 | 0.16 | 0 | 0.05 |
HSL | 247.69º | 0.58% | 0.87% | - |
HSV(B) | 247.69º | 0.16% | 0.95% | - |
XYZ | 62.73 | 61.86 | 91.85 | - |
YUV | 207.94 | 146.66 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 241 | 0.14 | 0.16 | 0 | 0.05 | 247.69 | 0.58 | 0.87 |
Hex | CF | CA | F1 | E | 10 | 0 | 5 | F8 | 3A | 57 |
Octal | 317 | 312 | 361 | 16 | 20 | 0 | 5 | 370 | 72 | 127 |
Binary | 11001111 | 11001010 | 11110001 | 1110 | 10000 | 0 | 101 | 11111000 | 111010 | 1010111 |
Color Harmonies of #CFCAF1
Complementary color
Monochromatic Colors of #CFCAF1
Black with #CFCAF1
Text Example
Text Example
White with #CFCAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAF1; }
p { color: rgb(207,202,241); }
H1.HeaderClassName
{
color: #CFCAF1;
}
.AnyTagClassName
{
color: #CFCAF1;
}
</style>
background-color css
<style>
a { background-color: #CFCAF1; }
a { background-color: rgb(207,202,241); }
div.DivClassName
{
background-color: #CFCAF1;
}
.BgClassName
{
background-color: #CFCAF1;
}
</style>
border-color css
<style>
span { border-color: #CFCAF1; }
span { border-color: rgb(207,202,241); }
td.TdClassName
{
border-color: #CFCAF1;
}
.TagClassName
{
border-color: #CFCAF1;
}
</style>