Shades of Lavender Blue #CFC4FE
Tints of Lavender Blue #CFC4FE
RGB
CMYK
RGB Variations
Color information
#CFC4FE (or 0xCFC4FE) is known color: Lavender Blue. HEX triplet: CF, C4 and FE. RGB value is (207,196,254). Sum of RGB (Red+Green+Blue) = 207+196+254=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FE is #303B01. Grayscale: #CDCDCD. Windows color (decimal): -3160834 or 16696527. OLE color: 16696527.
HSL color Cylindrical-coordinate representation of color #CFC4FE: hue angle of 251.38º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC4FE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 196 | 254 | - |
CMYK | 0.19 | 0.23 | 0 | 0.00 |
HSL | 251.38º | 0.97% | 0.88% | - |
HSV(B) | 251.38º | 0.23% | 1% | - |
XYZ | 63.36 | 59.9 | 101.99 | - |
YUV | 205.9 | 155.14 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 254 | 0.19 | 0.23 | 0 | 0.00 | 251.38 | 0.97 | 0.88 |
Hex | CF | C4 | FE | 13 | 17 | 0 | 0 | FB | 61 | 58 |
Octal | 317 | 304 | 376 | 23 | 27 | 0 | 0 | 373 | 141 | 130 |
Binary | 11001111 | 11000100 | 11111110 | 10011 | 10111 | 0 | 0 | 11111011 | 1100001 | 1011000 |
Color Harmonies of #CFC4FE
Complementary color
Monochromatic Colors of #CFC4FE
Black with #CFC4FE
Text Example
Text Example
White with #CFC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4FE; }
p { color: rgb(207,196,254); }
H1.HeaderClassName
{
color: #CFC4FE;
}
.AnyTagClassName
{
color: #CFC4FE;
}
</style>
background-color css
<style>
a { background-color: #CFC4FE; }
a { background-color: rgb(207,196,254); }
div.DivClassName
{
background-color: #CFC4FE;
}
.BgClassName
{
background-color: #CFC4FE;
}
</style>
border-color css
<style>
span { border-color: #CFC4FE; }
span { border-color: rgb(207,196,254); }
td.TdClassName
{
border-color: #CFC4FE;
}
.TagClassName
{
border-color: #CFC4FE;
}
</style>