Shades of Lavender Blue #CFCBF2
Tints of Lavender Blue #CFCBF2
RGB
CMYK
RGB Variations
Color information
#CFCBF2 (or 0xCFCBF2) is known color: Lavender Blue. HEX triplet: CF, CB and F2. RGB value is (207,203,242). Sum of RGB (Red+Green+Blue) = 207+203+242=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF2 is #30340D. Grayscale: #D0D0D0. Windows color (decimal): -3159054 or 15911887. OLE color: 15911887.
HSL color Cylindrical-coordinate representation of color #CFCBF2: hue angle of 246.15º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCBF2 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 203 | 242 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.05 |
| HSL | 246.15º | 0.6% | 0.87% | - |
| HSV(B) | 246.15º | 0.16% | 0.95% | - |
| XYZ | 63.12 | 62.39 | 92.72 | - |
| YUV | 208.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 242 | 0.14 | 0.16 | 0 | 0.05 | 246.15 | 0.6 | 0.87 |
| Hex | CF | CB | F2 | E | 10 | 0 | 5 | F6 | 3C | 57 |
| Octal | 317 | 313 | 362 | 16 | 20 | 0 | 5 | 366 | 74 | 127 |
| Binary | 11001111 | 11001011 | 11110010 | 1110 | 10000 | 0 | 101 | 11110110 | 111100 | 1010111 |
Color Harmonies of #CFCBF2
Complementary color
Monochromatic Colors of #CFCBF2
Black with #CFCBF2
Text Example
Text Example
White with #CFCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBF2; }
p { color: rgb(207,203,242); }
H1.HeaderClassName
{
color: #CFCBF2;
}
.AnyTagClassName
{
color: #CFCBF2;
}
</style>
background-color css
<style>
a { background-color: #CFCBF2; }
a { background-color: rgb(207,203,242); }
div.DivClassName
{
background-color: #CFCBF2;
}
.BgClassName
{
background-color: #CFCBF2;
}
</style>
border-color css
<style>
span { border-color: #CFCBF2; }
span { border-color: rgb(207,203,242); }
td.TdClassName
{
border-color: #CFCBF2;
}
.TagClassName
{
border-color: #CFCBF2;
}
</style>