Shades of Lavender Blue #CFCBEE
Tints of Lavender Blue #CFCBEE
RGB
CMYK
RGB Variations
Color information
#CFCBEE (or 0xCFCBEE) is known color: Lavender Blue. HEX triplet: CF, CB and EE. RGB value is (207,203,238). Sum of RGB (Red+Green+Blue) = 207+203+238=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBEE is #303411. Grayscale: #D0D0D0. Windows color (decimal): -3159058 or 15649743. OLE color: 15649743.
HSL color Cylindrical-coordinate representation of color #CFCBEE: hue angle of 246.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCBEE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 203 | 238 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.07 |
| HSL | 246.86º | 0.51% | 0.86% | - |
| HSV(B) | 246.86º | 0.15% | 0.93% | - |
| XYZ | 62.52 | 62.15 | 89.59 | - |
| YUV | 208.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 238 | 0.13 | 0.15 | 0 | 0.07 | 246.86 | 0.51 | 0.86 |
| Hex | CF | CB | EE | D | F | 0 | 7 | F7 | 33 | 56 |
| Octal | 317 | 313 | 356 | 15 | 17 | 0 | 7 | 367 | 63 | 126 |
| Binary | 11001111 | 11001011 | 11101110 | 1101 | 1111 | 0 | 111 | 11110111 | 110011 | 1010110 |
Color Harmonies of #CFCBEE
Complementary color
Monochromatic Colors of #CFCBEE
Black with #CFCBEE
Text Example
Text Example
White with #CFCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBEE; }
p { color: rgb(207,203,238); }
H1.HeaderClassName
{
color: #CFCBEE;
}
.AnyTagClassName
{
color: #CFCBEE;
}
</style>
background-color css
<style>
a { background-color: #CFCBEE; }
a { background-color: rgb(207,203,238); }
div.DivClassName
{
background-color: #CFCBEE;
}
.BgClassName
{
background-color: #CFCBEE;
}
</style>
border-color css
<style>
span { border-color: #CFCBEE; }
span { border-color: rgb(207,203,238); }
td.TdClassName
{
border-color: #CFCBEE;
}
.TagClassName
{
border-color: #CFCBEE;
}
</style>