Shades of Lavender Blue #CFD1F8
Tints of Lavender Blue #CFD1F8
RGB
CMYK
RGB Variations
Color information
#CFD1F8 (or 0xCFD1F8) is known color: Lavender Blue. HEX triplet: CF, D1 and F8. RGB value is (207,209,248). Sum of RGB (Red+Green+Blue) = 207+209+248=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFD1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1F8 is #302E07. Grayscale: #D4D4D4. Windows color (decimal): -3157512 or 16306639. OLE color: 16306639.
HSL color Cylindrical-coordinate representation of color #CFD1F8: hue angle of 237.07º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD1F8 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 209 | 248 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.03 |
| HSL | 237.07º | 0.75% | 0.89% | - |
| HSV(B) | 237.07º | 0.17% | 0.97% | - |
| XYZ | 65.48 | 65.64 | 98.03 | - |
| YUV | 212.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 248 | 0.17 | 0.16 | 0 | 0.03 | 237.07 | 0.75 | 0.89 |
| Hex | CF | D1 | F8 | 11 | 10 | 0 | 3 | ED | 4B | 59 |
| Octal | 317 | 321 | 370 | 21 | 20 | 0 | 3 | 355 | 113 | 131 |
| Binary | 11001111 | 11010001 | 11111000 | 10001 | 10000 | 0 | 11 | 11101101 | 1001011 | 1011001 |
Color Harmonies of #CFD1F8
Complementary color
Monochromatic Colors of #CFD1F8
Black with #CFD1F8
Text Example
Text Example
White with #CFD1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1F8; }
p { color: rgb(207,209,248); }
H1.HeaderClassName
{
color: #CFD1F8;
}
.AnyTagClassName
{
color: #CFD1F8;
}
</style>
background-color css
<style>
a { background-color: #CFD1F8; }
a { background-color: rgb(207,209,248); }
div.DivClassName
{
background-color: #CFD1F8;
}
.BgClassName
{
background-color: #CFD1F8;
}
</style>
border-color css
<style>
span { border-color: #CFD1F8; }
span { border-color: rgb(207,209,248); }
td.TdClassName
{
border-color: #CFD1F8;
}
.TagClassName
{
border-color: #CFD1F8;
}
</style>