Shades of Lavender Blue #CFD0FF
Tints of Lavender Blue #CFD0FF
RGB
CMYK
RGB Variations
Color information
#CFD0FF (or 0xCFD0FF) is known color: Lavender Blue. HEX triplet: CF, D0 and FF. RGB value is (207,208,255). Sum of RGB (Red+Green+Blue) = 207+208+255=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FF is #302F00. Grayscale: #D4D4D4. Windows color (decimal): -3157761 or 16765135. OLE color: 16765135.
HSL color Cylindrical-coordinate representation of color #CFD0FF: hue angle of 238.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD0FF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 208 | 255 | - |
| CMYK | 0.19 | 0.18 | 0 | 0 |
| HSL | 238.75º | 1% | 0.91% | - |
| HSV(B) | 238.75º | 0.19% | 1% | - |
| XYZ | 66.34 | 65.6 | 103.77 | - |
| YUV | 213.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 255 | 0.19 | 0.18 | 0 | 0 | 238.75 | 1 | 0.91 |
| Hex | CF | D0 | FF | 13 | 12 | 0 | 0 | EF | 64 | 5B |
| Octal | 317 | 320 | 377 | 23 | 22 | 0 | 0 | 357 | 144 | 133 |
| Binary | 11001111 | 11010000 | 11111111 | 10011 | 10010 | 0 | 0 | 11101111 | 1100100 | 1011011 |
Color Harmonies of #CFD0FF
Complementary color
Monochromatic Colors of #CFD0FF
Black with #CFD0FF
Text Example
Text Example
White with #CFD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0FF; }
p { color: rgb(207,208,255); }
H1.HeaderClassName
{
color: #CFD0FF;
}
.AnyTagClassName
{
color: #CFD0FF;
}
</style>
background-color css
<style>
a { background-color: #CFD0FF; }
a { background-color: rgb(207,208,255); }
div.DivClassName
{
background-color: #CFD0FF;
}
.BgClassName
{
background-color: #CFD0FF;
}
</style>
border-color css
<style>
span { border-color: #CFD0FF; }
span { border-color: rgb(207,208,255); }
td.TdClassName
{
border-color: #CFD0FF;
}
.TagClassName
{
border-color: #CFD0FF;
}
</style>