Shades of Lavender Blue #CFC4FC
Tints of Lavender Blue #CFC4FC
RGB
CMYK
RGB Variations
Color information
#CFC4FC (or 0xCFC4FC) is known color: Lavender Blue. HEX triplet: CF, C4 and FC. RGB value is (207,196,252). Sum of RGB (Red+Green+Blue) = 207+196+252=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FC is #303B03. Grayscale: #CDCDCD. Windows color (decimal): -3160836 or 16565455. OLE color: 16565455.
HSL color Cylindrical-coordinate representation of color #CFC4FC: hue angle of 251.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC4FC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 196 | 252 | - |
CMYK | 0.18 | 0.22 | 0 | 0.01 |
HSL | 251.79º | 0.9% | 0.88% | - |
HSV(B) | 251.79º | 0.22% | 0.99% | - |
XYZ | 63.04 | 59.77 | 100.31 | - |
YUV | 205.67 | 154.14 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 252 | 0.18 | 0.22 | 0 | 0.01 | 251.79 | 0.9 | 0.88 |
Hex | CF | C4 | FC | 12 | 16 | 0 | 1 | FC | 5A | 58 |
Octal | 317 | 304 | 374 | 22 | 26 | 0 | 1 | 374 | 132 | 130 |
Binary | 11001111 | 11000100 | 11111100 | 10010 | 10110 | 0 | 1 | 11111100 | 1011010 | 1011000 |
Color Harmonies of #CFC4FC
Complementary color
Monochromatic Colors of #CFC4FC
Black with #CFC4FC
Text Example
Text Example
White with #CFC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4FC; }
p { color: rgb(207,196,252); }
H1.HeaderClassName
{
color: #CFC4FC;
}
.AnyTagClassName
{
color: #CFC4FC;
}
</style>
background-color css
<style>
a { background-color: #CFC4FC; }
a { background-color: rgb(207,196,252); }
div.DivClassName
{
background-color: #CFC4FC;
}
.BgClassName
{
background-color: #CFC4FC;
}
</style>
border-color css
<style>
span { border-color: #CFC4FC; }
span { border-color: rgb(207,196,252); }
td.TdClassName
{
border-color: #CFC4FC;
}
.TagClassName
{
border-color: #CFC4FC;
}
</style>