Shades of Lavender Blue #CFD1F5
Tints of Lavender Blue #CFD1F5
RGB
CMYK
RGB Variations
Color information
#CFD1F5 (or 0xCFD1F5) is known color: Lavender Blue. HEX triplet: CF, D1 and F5. RGB value is (207,209,245). Sum of RGB (Red+Green+Blue) = 207+209+245=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFD1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1F5 is #302E0A. Grayscale: #D4D4D4. Windows color (decimal): -3157515 or 16110031. OLE color: 16110031.
HSL color Cylindrical-coordinate representation of color #CFD1F5: hue angle of 236.84º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD1F5 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 209 | 245 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.04 |
| HSL | 236.84º | 0.66% | 0.89% | - |
| HSV(B) | 236.84º | 0.16% | 0.96% | - |
| XYZ | 65.01 | 65.46 | 95.59 | - |
| YUV | 212.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 245 | 0.16 | 0.15 | 0 | 0.04 | 236.84 | 0.66 | 0.89 |
| Hex | CF | D1 | F5 | 10 | F | 0 | 4 | ED | 42 | 59 |
| Octal | 317 | 321 | 365 | 20 | 17 | 0 | 4 | 355 | 102 | 131 |
| Binary | 11001111 | 11010001 | 11110101 | 10000 | 1111 | 0 | 100 | 11101101 | 1000010 | 1011001 |
Color Harmonies of #CFD1F5
Complementary color
Monochromatic Colors of #CFD1F5
Black with #CFD1F5
Text Example
Text Example
White with #CFD1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1F5; }
p { color: rgb(207,209,245); }
H1.HeaderClassName
{
color: #CFD1F5;
}
.AnyTagClassName
{
color: #CFD1F5;
}
</style>
background-color css
<style>
a { background-color: #CFD1F5; }
a { background-color: rgb(207,209,245); }
div.DivClassName
{
background-color: #CFD1F5;
}
.BgClassName
{
background-color: #CFD1F5;
}
</style>
border-color css
<style>
span { border-color: #CFD1F5; }
span { border-color: rgb(207,209,245); }
td.TdClassName
{
border-color: #CFD1F5;
}
.TagClassName
{
border-color: #CFD1F5;
}
</style>