Shades of Lavender Blue #CFCDF8
Tints of Lavender Blue #CFCDF8
RGB
CMYK
RGB Variations
Color information
#CFCDF8 (or 0xCFCDF8) is known color: Lavender Blue. HEX triplet: CF, CD and F8. RGB value is (207,205,248). Sum of RGB (Red+Green+Blue) = 207+205+248=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF8 is #303207. Grayscale: #D2D2D2. Windows color (decimal): -3158536 or 16305615. OLE color: 16305615.
HSL color Cylindrical-coordinate representation of color #CFCDF8: hue angle of 242.79º 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 #CFCDF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 207 | 205 | 248 | - |
CMYK | 0.17 | 0.17 | 0 | 0.03 |
HSL | 242.79º | 0.75% | 0.89% | - |
HSV(B) | 242.79º | 0.17% | 0.97% | - |
XYZ | 64.51 | 63.71 | 97.7 | - |
YUV | 210.5 | 149.16 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 248 | 0.17 | 0.17 | 0 | 0.03 | 242.79 | 0.75 | 0.89 |
Hex | CF | CD | F8 | 11 | 11 | 0 | 3 | F3 | 4B | 59 |
Octal | 317 | 315 | 370 | 21 | 21 | 0 | 3 | 363 | 113 | 131 |
Binary | 11001111 | 11001101 | 11111000 | 10001 | 10001 | 0 | 11 | 11110011 | 1001011 | 1011001 |
Color Harmonies of #CFCDF8
Complementary color
Monochromatic Colors of #CFCDF8
Black with #CFCDF8
Text Example
Text Example
White with #CFCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF8; }
p { color: rgb(207,205,248); }
H1.HeaderClassName
{
color: #CFCDF8;
}
.AnyTagClassName
{
color: #CFCDF8;
}
</style>
background-color css
<style>
a { background-color: #CFCDF8; }
a { background-color: rgb(207,205,248); }
div.DivClassName
{
background-color: #CFCDF8;
}
.BgClassName
{
background-color: #CFCDF8;
}
</style>
border-color css
<style>
span { border-color: #CFCDF8; }
span { border-color: rgb(207,205,248); }
td.TdClassName
{
border-color: #CFCDF8;
}
.TagClassName
{
border-color: #CFCDF8;
}
</style>