Shades of Lavender Blue #CFC8FF
Tints of Lavender Blue #CFC8FF
RGB
CMYK
RGB Variations
Color information
#CFC8FF (or 0xCFC8FF) is known color: Lavender Blue. HEX triplet: CF, C8 and FF. RGB value is (207,200,255). Sum of RGB (Red+Green+Blue) = 207+200+255=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FF is #303700. Grayscale: #D0D0D0. Windows color (decimal): -3159809 or 16763087. OLE color: 16763087.
HSL color Cylindrical-coordinate representation of color #CFC8FF: hue angle of 247.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC8FF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 200 | 255 | - |
| CMYK | 0.19 | 0.22 | 0 | 0 |
| HSL | 247.64º | 1% | 0.89% | - |
| HSV(B) | 247.64º | 0.22% | 1% | - |
| XYZ | 64.44 | 61.79 | 103.14 | - |
| YUV | 208.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 255 | 0.19 | 0.22 | 0 | 0 | 247.64 | 1 | 0.89 |
| Hex | CF | C8 | FF | 13 | 16 | 0 | 0 | F8 | 64 | 59 |
| Octal | 317 | 310 | 377 | 23 | 26 | 0 | 0 | 370 | 144 | 131 |
| Binary | 11001111 | 11001000 | 11111111 | 10011 | 10110 | 0 | 0 | 11111000 | 1100100 | 1011001 |
Color Harmonies of #CFC8FF
Complementary color
Monochromatic Colors of #CFC8FF
Black with #CFC8FF
Text Example
Text Example
White with #CFC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8FF; }
p { color: rgb(207,200,255); }
H1.HeaderClassName
{
color: #CFC8FF;
}
.AnyTagClassName
{
color: #CFC8FF;
}
</style>
background-color css
<style>
a { background-color: #CFC8FF; }
a { background-color: rgb(207,200,255); }
div.DivClassName
{
background-color: #CFC8FF;
}
.BgClassName
{
background-color: #CFC8FF;
}
</style>
border-color css
<style>
span { border-color: #CFC8FF; }
span { border-color: rgb(207,200,255); }
td.TdClassName
{
border-color: #CFC8FF;
}
.TagClassName
{
border-color: #CFC8FF;
}
</style>