Shades of Lavender Blue #CFD1FF
Tints of Lavender Blue #CFD1FF
RGB
CMYK
RGB Variations
Color information
#CFD1FF (or 0xCFD1FF) is known color: Lavender Blue. HEX triplet: CF, D1 and FF. RGB value is (207,209,255). Sum of RGB (Red+Green+Blue) = 207+209+255=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1FF is #302E00. Grayscale: #D5D5D5. Windows color (decimal): -3157505 or 16765391. OLE color: 16765391.
HSL color Cylindrical-coordinate representation of color #CFD1FF: hue angle of 237.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD1FF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 209 | 255 | - |
| CMYK | 0.19 | 0.18 | 0 | 0 |
| HSL | 237.5º | 1% | 0.91% | - |
| HSV(B) | 237.5º | 0.19% | 1% | - |
| XYZ | 66.58 | 66.09 | 103.85 | - |
| YUV | 213.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 255 | 0.19 | 0.18 | 0 | 0 | 237.5 | 1 | 0.91 |
| Hex | CF | D1 | FF | 13 | 12 | 0 | 0 | EE | 64 | 5B |
| Octal | 317 | 321 | 377 | 23 | 22 | 0 | 0 | 356 | 144 | 133 |
| Binary | 11001111 | 11010001 | 11111111 | 10011 | 10010 | 0 | 0 | 11101110 | 1100100 | 1011011 |
Color Harmonies of #CFD1FF
Complementary color
Monochromatic Colors of #CFD1FF
Black with #CFD1FF
Text Example
Text Example
White with #CFD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1FF; }
p { color: rgb(207,209,255); }
H1.HeaderClassName
{
color: #CFD1FF;
}
.AnyTagClassName
{
color: #CFD1FF;
}
</style>
background-color css
<style>
a { background-color: #CFD1FF; }
a { background-color: rgb(207,209,255); }
div.DivClassName
{
background-color: #CFD1FF;
}
.BgClassName
{
background-color: #CFD1FF;
}
</style>
border-color css
<style>
span { border-color: #CFD1FF; }
span { border-color: rgb(207,209,255); }
td.TdClassName
{
border-color: #CFD1FF;
}
.TagClassName
{
border-color: #CFD1FF;
}
</style>