Shades of Lavender Blue #CFD0F4
Tints of Lavender Blue #CFD0F4
RGB
CMYK
RGB Variations
Color information
#CFD0F4 (or 0xCFD0F4) is known color: Lavender Blue. HEX triplet: CF, D0 and F4. RGB value is (207,208,244). Sum of RGB (Red+Green+Blue) = 207+208+244=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0F4 is #302F0B. Grayscale: #D3D3D3. Windows color (decimal): -3157772 or 16044239. OLE color: 16044239.
HSL color Cylindrical-coordinate representation of color #CFD0F4: hue angle of 238.38º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD0F4 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 208 | 244 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.04 |
| HSL | 238.38º | 0.63% | 0.88% | - |
| HSV(B) | 238.38º | 0.15% | 0.96% | - |
| XYZ | 64.62 | 64.91 | 94.71 | - |
| YUV | 211.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 244 | 0.15 | 0.15 | 0 | 0.04 | 238.38 | 0.63 | 0.88 |
| Hex | CF | D0 | F4 | F | F | 0 | 4 | EE | 3F | 58 |
| Octal | 317 | 320 | 364 | 17 | 17 | 0 | 4 | 356 | 77 | 130 |
| Binary | 11001111 | 11010000 | 11110100 | 1111 | 1111 | 0 | 100 | 11101110 | 111111 | 1011000 |
Color Harmonies of #CFD0F4
Complementary color
Monochromatic Colors of #CFD0F4
Black with #CFD0F4
Text Example
Text Example
White with #CFD0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0F4; }
p { color: rgb(207,208,244); }
H1.HeaderClassName
{
color: #CFD0F4;
}
.AnyTagClassName
{
color: #CFD0F4;
}
</style>
background-color css
<style>
a { background-color: #CFD0F4; }
a { background-color: rgb(207,208,244); }
div.DivClassName
{
background-color: #CFD0F4;
}
.BgClassName
{
background-color: #CFD0F4;
}
</style>
border-color css
<style>
span { border-color: #CFD0F4; }
span { border-color: rgb(207,208,244); }
td.TdClassName
{
border-color: #CFD0F4;
}
.TagClassName
{
border-color: #CFD0F4;
}
</style>