Shades of Lavender Blue #CFCAFE
Tints of Lavender Blue #CFCAFE
RGB
CMYK
RGB Variations
Color information
#CFCAFE (or 0xCFCAFE) is known color: Lavender Blue. HEX triplet: CF, CA and FE. RGB value is (207,202,254). Sum of RGB (Red+Green+Blue) = 207+202+254=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAFE is #303501. Grayscale: #D1D1D1. Windows color (decimal): -3159298 or 16698063. OLE color: 16698063.
HSL color Cylindrical-coordinate representation of color #CFCAFE: hue angle of 245.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCAFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 202 | 254 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.00 |
| HSL | 245.77º | 0.96% | 0.89% | - |
| HSV(B) | 245.77º | 0.2% | 1% | - |
| XYZ | 64.74 | 62.66 | 102.45 | - |
| YUV | 209.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 254 | 0.19 | 0.20 | 0 | 0.00 | 245.77 | 0.96 | 0.89 |
| Hex | CF | CA | FE | 13 | 14 | 0 | 0 | F6 | 60 | 59 |
| Octal | 317 | 312 | 376 | 23 | 24 | 0 | 0 | 366 | 140 | 131 |
| Binary | 11001111 | 11001010 | 11111110 | 10011 | 10100 | 0 | 0 | 11110110 | 1100000 | 1011001 |
Color Harmonies of #CFCAFE
Complementary color
Monochromatic Colors of #CFCAFE
Black with #CFCAFE
Text Example
Text Example
White with #CFCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAFE; }
p { color: rgb(207,202,254); }
H1.HeaderClassName
{
color: #CFCAFE;
}
.AnyTagClassName
{
color: #CFCAFE;
}
</style>
background-color css
<style>
a { background-color: #CFCAFE; }
a { background-color: rgb(207,202,254); }
div.DivClassName
{
background-color: #CFCAFE;
}
.BgClassName
{
background-color: #CFCAFE;
}
</style>
border-color css
<style>
span { border-color: #CFCAFE; }
span { border-color: rgb(207,202,254); }
td.TdClassName
{
border-color: #CFCAFE;
}
.TagClassName
{
border-color: #CFCAFE;
}
</style>