Shades of Lavender Blue #CFD5FF
Tints of Lavender Blue #CFD5FF
RGB
CMYK
RGB Variations
Color information
#CFD5FF (or 0xCFD5FF) is known color: Lavender Blue. HEX triplet: CF, D5 and FF. RGB value is (207,213,255). Sum of RGB (Red+Green+Blue) = 207+213+255=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FF is #302A00. Grayscale: #D7D7D7. Windows color (decimal): -3156481 or 16766415. OLE color: 16766415.
HSL color Cylindrical-coordinate representation of color #CFD5FF: hue angle of 232.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 #CFD5FF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 213 | 255 | - |
| CMYK | 0.19 | 0.16 | 0 | 0 |
| HSL | 232.5º | 1% | 0.91% | - |
| HSV(B) | 232.5º | 0.19% | 1% | - |
| XYZ | 67.58 | 68.07 | 104.19 | - |
| YUV | 215.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 255 | 0.19 | 0.16 | 0 | 0 | 232.5 | 1 | 0.91 |
| Hex | CF | D5 | FF | 13 | 10 | 0 | 0 | E8 | 64 | 5B |
| Octal | 317 | 325 | 377 | 23 | 20 | 0 | 0 | 350 | 144 | 133 |
| Binary | 11001111 | 11010101 | 11111111 | 10011 | 10000 | 0 | 0 | 11101000 | 1100100 | 1011011 |
Color Harmonies of #CFD5FF
Complementary color
Monochromatic Colors of #CFD5FF
Black with #CFD5FF
Text Example
Text Example
White with #CFD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5FF; }
p { color: rgb(207,213,255); }
H1.HeaderClassName
{
color: #CFD5FF;
}
.AnyTagClassName
{
color: #CFD5FF;
}
</style>
background-color css
<style>
a { background-color: #CFD5FF; }
a { background-color: rgb(207,213,255); }
div.DivClassName
{
background-color: #CFD5FF;
}
.BgClassName
{
background-color: #CFD5FF;
}
</style>
border-color css
<style>
span { border-color: #CFD5FF; }
span { border-color: rgb(207,213,255); }
td.TdClassName
{
border-color: #CFD5FF;
}
.TagClassName
{
border-color: #CFD5FF;
}
</style>