Shades of Lavender Blue #CFCBFD
Tints of Lavender Blue #CFCBFD
RGB
CMYK
RGB Variations
Color information
#CFCBFD (or 0xCFCBFD) is known color: Lavender Blue. HEX triplet: CF, CB and FD. RGB value is (207,203,253). Sum of RGB (Red+Green+Blue) = 207+203+253=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBFD is #303402. Grayscale: #D1D1D1. Windows color (decimal): -3159043 or 16632783. OLE color: 16632783.
HSL color Cylindrical-coordinate representation of color #CFCBFD: hue angle of 244.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCBFD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 203 | 253 | - |
CMYK | 0.18 | 0.20 | 0 | 0.01 |
HSL | 244.8º | 0.93% | 0.89% | - |
HSV(B) | 244.8º | 0.2% | 0.99% | - |
XYZ | 64.82 | 63.07 | 101.69 | - |
YUV | 209.9 | 152.33 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 253 | 0.18 | 0.20 | 0 | 0.01 | 244.8 | 0.93 | 0.89 |
Hex | CF | CB | FD | 12 | 14 | 0 | 1 | F5 | 5D | 59 |
Octal | 317 | 313 | 375 | 22 | 24 | 0 | 1 | 365 | 135 | 131 |
Binary | 11001111 | 11001011 | 11111101 | 10010 | 10100 | 0 | 1 | 11110101 | 1011101 | 1011001 |
Color Harmonies of #CFCBFD
Complementary color
Monochromatic Colors of #CFCBFD
Black with #CFCBFD
Text Example
Text Example
White with #CFCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBFD; }
p { color: rgb(207,203,253); }
H1.HeaderClassName
{
color: #CFCBFD;
}
.AnyTagClassName
{
color: #CFCBFD;
}
</style>
background-color css
<style>
a { background-color: #CFCBFD; }
a { background-color: rgb(207,203,253); }
div.DivClassName
{
background-color: #CFCBFD;
}
.BgClassName
{
background-color: #CFCBFD;
}
</style>
border-color css
<style>
span { border-color: #CFCBFD; }
span { border-color: rgb(207,203,253); }
td.TdClassName
{
border-color: #CFCBFD;
}
.TagClassName
{
border-color: #CFCBFD;
}
</style>