Shades of Lavender Blue #CFD4FE
Tints of Lavender Blue #CFD4FE
RGB
CMYK
RGB Variations
Color information
#CFD4FE (or 0xCFD4FE) is known color: Lavender Blue. HEX triplet: CF, D4 and FE. RGB value is (207,212,254). Sum of RGB (Red+Green+Blue) = 207+212+254=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4FE is #302B01. Grayscale: #D7D7D7. Windows color (decimal): -3156738 or 16700623. OLE color: 16700623.
HSL color Cylindrical-coordinate representation of color #CFD4FE: hue angle of 233.62º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD4FE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 212 | 254 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.00 |
| HSL | 233.62º | 0.96% | 0.9% | - |
| HSV(B) | 233.62º | 0.19% | 1% | - |
| XYZ | 67.17 | 67.51 | 103.26 | - |
| YUV | 215.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 254 | 0.19 | 0.17 | 0 | 0.00 | 233.62 | 0.96 | 0.9 |
| Hex | CF | D4 | FE | 13 | 11 | 0 | 0 | EA | 60 | 5A |
| Octal | 317 | 324 | 376 | 23 | 21 | 0 | 0 | 352 | 140 | 132 |
| Binary | 11001111 | 11010100 | 11111110 | 10011 | 10001 | 0 | 0 | 11101010 | 1100000 | 1011010 |
Color Harmonies of #CFD4FE
Complementary color
Monochromatic Colors of #CFD4FE
Black with #CFD4FE
Text Example
Text Example
White with #CFD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4FE; }
p { color: rgb(207,212,254); }
H1.HeaderClassName
{
color: #CFD4FE;
}
.AnyTagClassName
{
color: #CFD4FE;
}
</style>
background-color css
<style>
a { background-color: #CFD4FE; }
a { background-color: rgb(207,212,254); }
div.DivClassName
{
background-color: #CFD4FE;
}
.BgClassName
{
background-color: #CFD4FE;
}
</style>
border-color css
<style>
span { border-color: #CFD4FE; }
span { border-color: rgb(207,212,254); }
td.TdClassName
{
border-color: #CFD4FE;
}
.TagClassName
{
border-color: #CFD4FE;
}
</style>