Shades of Lavender Blue #CFC4F9
Tints of Lavender Blue #CFC4F9
RGB
CMYK
RGB Variations
Color information
#CFC4F9 (or 0xCFC4F9) is known color: Lavender Blue. HEX triplet: CF, C4 and F9. RGB value is (207,196,249). Sum of RGB (Red+Green+Blue) = 207+196+249=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFC4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4F9 is #303B06. Grayscale: #CDCDCD. Windows color (decimal): -3160839 or 16368847. OLE color: 16368847.
HSL color Cylindrical-coordinate representation of color #CFC4F9: hue angle of 252.45º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC4F9 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 196 | 249 | - |
CMYK | 0.17 | 0.21 | 0 | 0.02 |
HSL | 252.45º | 0.82% | 0.87% | - |
HSV(B) | 252.45º | 0.21% | 0.98% | - |
XYZ | 62.57 | 59.58 | 97.83 | - |
YUV | 205.33 | 152.64 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 249 | 0.17 | 0.21 | 0 | 0.02 | 252.45 | 0.82 | 0.87 |
Hex | CF | C4 | F9 | 11 | 15 | 0 | 2 | FC | 52 | 57 |
Octal | 317 | 304 | 371 | 21 | 25 | 0 | 2 | 374 | 122 | 127 |
Binary | 11001111 | 11000100 | 11111001 | 10001 | 10101 | 0 | 10 | 11111100 | 1010010 | 1010111 |
Color Harmonies of #CFC4F9
Complementary color
Monochromatic Colors of #CFC4F9
Black with #CFC4F9
Text Example
Text Example
White with #CFC4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4F9; }
p { color: rgb(207,196,249); }
H1.HeaderClassName
{
color: #CFC4F9;
}
.AnyTagClassName
{
color: #CFC4F9;
}
</style>
background-color css
<style>
a { background-color: #CFC4F9; }
a { background-color: rgb(207,196,249); }
div.DivClassName
{
background-color: #CFC4F9;
}
.BgClassName
{
background-color: #CFC4F9;
}
</style>
border-color css
<style>
span { border-color: #CFC4F9; }
span { border-color: rgb(207,196,249); }
td.TdClassName
{
border-color: #CFC4F9;
}
.TagClassName
{
border-color: #CFC4F9;
}
</style>