Shades of Lavender Blue #CFCAF2
Tints of Lavender Blue #CFCAF2
RGB
CMYK
RGB Variations
Color information
#CFCAF2 (or 0xCFCAF2) is known color: Lavender Blue. HEX triplet: CF, CA and F2. RGB value is (207,202,242). Sum of RGB (Red+Green+Blue) = 207+202+242=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF2 is #30350D. Grayscale: #CFCFCF. Windows color (decimal): -3159310 or 15911631. OLE color: 15911631.
HSL color Cylindrical-coordinate representation of color #CFCAF2: hue angle of 247.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCAF2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 202 | 242 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.05 |
| HSL | 247.5º | 0.61% | 0.87% | - |
| HSV(B) | 247.5º | 0.17% | 0.95% | - |
| XYZ | 62.88 | 61.92 | 92.64 | - |
| YUV | 208.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 242 | 0.14 | 0.17 | 0 | 0.05 | 247.5 | 0.61 | 0.87 |
| Hex | CF | CA | F2 | E | 11 | 0 | 5 | F8 | 3D | 57 |
| Octal | 317 | 312 | 362 | 16 | 21 | 0 | 5 | 370 | 75 | 127 |
| Binary | 11001111 | 11001010 | 11110010 | 1110 | 10001 | 0 | 101 | 11111000 | 111101 | 1010111 |
Color Harmonies of #CFCAF2
Complementary color
Monochromatic Colors of #CFCAF2
Black with #CFCAF2
Text Example
Text Example
White with #CFCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAF2; }
p { color: rgb(207,202,242); }
H1.HeaderClassName
{
color: #CFCAF2;
}
.AnyTagClassName
{
color: #CFCAF2;
}
</style>
background-color css
<style>
a { background-color: #CFCAF2; }
a { background-color: rgb(207,202,242); }
div.DivClassName
{
background-color: #CFCAF2;
}
.BgClassName
{
background-color: #CFCAF2;
}
</style>
border-color css
<style>
span { border-color: #CFCAF2; }
span { border-color: rgb(207,202,242); }
td.TdClassName
{
border-color: #CFCAF2;
}
.TagClassName
{
border-color: #CFCAF2;
}
</style>