Shades of Lavender Blue #CFD0FD
Tints of Lavender Blue #CFD0FD
RGB
CMYK
RGB Variations
Color information
#CFD0FD (or 0xCFD0FD) is known color: Lavender Blue. HEX triplet: CF, D0 and FD. RGB value is (207,208,253). Sum of RGB (Red+Green+Blue) = 207+208+253=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FD is #302F02. Grayscale: #D4D4D4. Windows color (decimal): -3157763 or 16634063. OLE color: 16634063.
HSL color Cylindrical-coordinate representation of color #CFD0FD: hue angle of 238.7º degrees, saturation: 0.92, 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 #CFD0FD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 208 | 253 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.01 |
| HSL | 238.7º | 0.92% | 0.9% | - |
| HSV(B) | 238.7º | 0.18% | 0.99% | - |
| XYZ | 66.02 | 65.47 | 102.09 | - |
| YUV | 212.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 253 | 0.18 | 0.18 | 0 | 0.01 | 238.7 | 0.92 | 0.9 |
| Hex | CF | D0 | FD | 12 | 12 | 0 | 1 | EF | 5C | 5A |
| Octal | 317 | 320 | 375 | 22 | 22 | 0 | 1 | 357 | 134 | 132 |
| Binary | 11001111 | 11010000 | 11111101 | 10010 | 10010 | 0 | 1 | 11101111 | 1011100 | 1011010 |
Color Harmonies of #CFD0FD
Complementary color
Monochromatic Colors of #CFD0FD
Black with #CFD0FD
Text Example
Text Example
White with #CFD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0FD; }
p { color: rgb(207,208,253); }
H1.HeaderClassName
{
color: #CFD0FD;
}
.AnyTagClassName
{
color: #CFD0FD;
}
</style>
background-color css
<style>
a { background-color: #CFD0FD; }
a { background-color: rgb(207,208,253); }
div.DivClassName
{
background-color: #CFD0FD;
}
.BgClassName
{
background-color: #CFD0FD;
}
</style>
border-color css
<style>
span { border-color: #CFD0FD; }
span { border-color: rgb(207,208,253); }
td.TdClassName
{
border-color: #CFD0FD;
}
.TagClassName
{
border-color: #CFD0FD;
}
</style>