Shades of Lavender Blue #CFD4FC
Tints of Lavender Blue #CFD4FC
RGB
CMYK
RGB Variations
Color information
#CFD4FC (or 0xCFD4FC) is known color: Lavender Blue. HEX triplet: CF, D4 and FC. RGB value is (207,212,252). Sum of RGB (Red+Green+Blue) = 207+212+252=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4FC is #302B03. Grayscale: #D6D6D6. Windows color (decimal): -3156740 or 16569551. OLE color: 16569551.
HSL color Cylindrical-coordinate representation of color #CFD4FC: hue angle of 233.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD4FC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 212 | 252 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.01 |
| HSL | 233.33º | 0.88% | 0.9% | - |
| HSV(B) | 233.33º | 0.18% | 0.99% | - |
| XYZ | 66.85 | 67.38 | 101.58 | - |
| YUV | 215.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 252 | 0.18 | 0.16 | 0 | 0.01 | 233.33 | 0.88 | 0.9 |
| Hex | CF | D4 | FC | 12 | 10 | 0 | 1 | E9 | 58 | 5A |
| Octal | 317 | 324 | 374 | 22 | 20 | 0 | 1 | 351 | 130 | 132 |
| Binary | 11001111 | 11010100 | 11111100 | 10010 | 10000 | 0 | 1 | 11101001 | 1011000 | 1011010 |
Color Harmonies of #CFD4FC
Complementary color
Monochromatic Colors of #CFD4FC
Black with #CFD4FC
Text Example
Text Example
White with #CFD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4FC; }
p { color: rgb(207,212,252); }
H1.HeaderClassName
{
color: #CFD4FC;
}
.AnyTagClassName
{
color: #CFD4FC;
}
</style>
background-color css
<style>
a { background-color: #CFD4FC; }
a { background-color: rgb(207,212,252); }
div.DivClassName
{
background-color: #CFD4FC;
}
.BgClassName
{
background-color: #CFD4FC;
}
</style>
border-color css
<style>
span { border-color: #CFD4FC; }
span { border-color: rgb(207,212,252); }
td.TdClassName
{
border-color: #CFD4FC;
}
.TagClassName
{
border-color: #CFD4FC;
}
</style>