Shades of Lavender Blue #CFC8F2
Tints of Lavender Blue #CFC8F2
RGB
CMYK
RGB Variations
Color information
#CFC8F2 (or 0xCFC8F2) is known color: Lavender Blue. HEX triplet: CF, C8 and F2. RGB value is (207,200,242). Sum of RGB (Red+Green+Blue) = 207+200+242=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8F2 is #30370D. Grayscale: #CECECE. Windows color (decimal): -3159822 or 15911119. OLE color: 15911119.
HSL color Cylindrical-coordinate representation of color #CFC8F2: hue angle of 250º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC8F2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 200 | 242 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.05 |
| HSL | 250º | 0.62% | 0.87% | - |
| HSV(B) | 250º | 0.17% | 0.95% | - |
| XYZ | 62.41 | 60.98 | 92.49 | - |
| YUV | 206.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 242 | 0.14 | 0.17 | 0 | 0.05 | 250 | 0.62 | 0.87 |
| Hex | CF | C8 | F2 | E | 11 | 0 | 5 | FA | 3E | 57 |
| Octal | 317 | 310 | 362 | 16 | 21 | 0 | 5 | 372 | 76 | 127 |
| Binary | 11001111 | 11001000 | 11110010 | 1110 | 10001 | 0 | 101 | 11111010 | 111110 | 1010111 |
Color Harmonies of #CFC8F2
Complementary color
Monochromatic Colors of #CFC8F2
Black with #CFC8F2
Text Example
Text Example
White with #CFC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8F2; }
p { color: rgb(207,200,242); }
H1.HeaderClassName
{
color: #CFC8F2;
}
.AnyTagClassName
{
color: #CFC8F2;
}
</style>
background-color css
<style>
a { background-color: #CFC8F2; }
a { background-color: rgb(207,200,242); }
div.DivClassName
{
background-color: #CFC8F2;
}
.BgClassName
{
background-color: #CFC8F2;
}
</style>
border-color css
<style>
span { border-color: #CFC8F2; }
span { border-color: rgb(207,200,242); }
td.TdClassName
{
border-color: #CFC8F2;
}
.TagClassName
{
border-color: #CFC8F2;
}
</style>