Shades of Lavender Blue #CFD3F8
Tints of Lavender Blue #CFD3F8
RGB
CMYK
RGB Variations
Color information
#CFD3F8 (or 0xCFD3F8) is known color: Lavender Blue. HEX triplet: CF, D3 and F8. RGB value is (207,211,248). Sum of RGB (Red+Green+Blue) = 207+211+248=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFD3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3F8 is #302C07. Grayscale: #D5D5D5. Windows color (decimal): -3157000 or 16307151. OLE color: 16307151.
HSL color Cylindrical-coordinate representation of color #CFD3F8: hue angle of 234.15º 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 #CFD3F8 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 211 | 248 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.03 |
| HSL | 234.15º | 0.75% | 0.89% | - |
| HSV(B) | 234.15º | 0.17% | 0.97% | - |
| XYZ | 65.97 | 66.63 | 98.19 | - |
| YUV | 214.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 248 | 0.17 | 0.15 | 0 | 0.03 | 234.15 | 0.75 | 0.89 |
| Hex | CF | D3 | F8 | 11 | F | 0 | 3 | EA | 4B | 59 |
| Octal | 317 | 323 | 370 | 21 | 17 | 0 | 3 | 352 | 113 | 131 |
| Binary | 11001111 | 11010011 | 11111000 | 10001 | 1111 | 0 | 11 | 11101010 | 1001011 | 1011001 |
Color Harmonies of #CFD3F8
Complementary color
Monochromatic Colors of #CFD3F8
Black with #CFD3F8
Text Example
Text Example
White with #CFD3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3F8; }
p { color: rgb(207,211,248); }
H1.HeaderClassName
{
color: #CFD3F8;
}
.AnyTagClassName
{
color: #CFD3F8;
}
</style>
background-color css
<style>
a { background-color: #CFD3F8; }
a { background-color: rgb(207,211,248); }
div.DivClassName
{
background-color: #CFD3F8;
}
.BgClassName
{
background-color: #CFD3F8;
}
</style>
border-color css
<style>
span { border-color: #CFD3F8; }
span { border-color: rgb(207,211,248); }
td.TdClassName
{
border-color: #CFD3F8;
}
.TagClassName
{
border-color: #CFD3F8;
}
</style>