Shades of Lavender Blue #CFCAFD
Tints of Lavender Blue #CFCAFD
RGB
CMYK
RGB Variations
Color information
#CFCAFD (or 0xCFCAFD) is known color: Lavender Blue. HEX triplet: CF, CA and FD. RGB value is (207,202,253). Sum of RGB (Red+Green+Blue) = 207+202+253=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAFD is #303502. Grayscale: #D1D1D1. Windows color (decimal): -3159299 or 16632527. OLE color: 16632527.
HSL color Cylindrical-coordinate representation of color #CFCAFD: hue angle of 245.88º 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 #CFCAFD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 202 | 253 | - |
CMYK | 0.18 | 0.20 | 0 | 0.01 |
HSL | 245.88º | 0.93% | 0.89% | - |
HSV(B) | 245.88º | 0.2% | 0.99% | - |
XYZ | 64.58 | 62.6 | 101.61 | - |
YUV | 209.31 | 152.66 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 253 | 0.18 | 0.20 | 0 | 0.01 | 245.88 | 0.93 | 0.89 |
Hex | CF | CA | FD | 12 | 14 | 0 | 1 | F6 | 5D | 59 |
Octal | 317 | 312 | 375 | 22 | 24 | 0 | 1 | 366 | 135 | 131 |
Binary | 11001111 | 11001010 | 11111101 | 10010 | 10100 | 0 | 1 | 11110110 | 1011101 | 1011001 |
Color Harmonies of #CFCAFD
Complementary color
Monochromatic Colors of #CFCAFD
Black with #CFCAFD
Text Example
Text Example
White with #CFCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAFD; }
p { color: rgb(207,202,253); }
H1.HeaderClassName
{
color: #CFCAFD;
}
.AnyTagClassName
{
color: #CFCAFD;
}
</style>
background-color css
<style>
a { background-color: #CFCAFD; }
a { background-color: rgb(207,202,253); }
div.DivClassName
{
background-color: #CFCAFD;
}
.BgClassName
{
background-color: #CFCAFD;
}
</style>
border-color css
<style>
span { border-color: #CFCAFD; }
span { border-color: rgb(207,202,253); }
td.TdClassName
{
border-color: #CFCAFD;
}
.TagClassName
{
border-color: #CFCAFD;
}
</style>