Shades of Lavender Blue #CFCAF0
Tints of Lavender Blue #CFCAF0
RGB
CMYK
RGB Variations
Color information
#CFCAF0 (or 0xCFCAF0) is known color: Lavender Blue. HEX triplet: CF, CA and F0. RGB value is (207,202,240). Sum of RGB (Red+Green+Blue) = 207+202+240=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF0 is #30350F. Grayscale: #CFCFCF. Windows color (decimal): -3159312 or 15780559. OLE color: 15780559.
HSL color Cylindrical-coordinate representation of color #CFCAF0: hue angle of 247.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCAF0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 202 | 240 | - |
CMYK | 0.14 | 0.16 | 0 | 0.06 |
HSL | 247.89º | 0.56% | 0.87% | - |
HSV(B) | 247.89º | 0.16% | 0.94% | - |
XYZ | 62.58 | 61.8 | 91.07 | - |
YUV | 207.83 | 146.16 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 240 | 0.14 | 0.16 | 0 | 0.06 | 247.89 | 0.56 | 0.87 |
Hex | CF | CA | F0 | E | 10 | 0 | 6 | F8 | 38 | 57 |
Octal | 317 | 312 | 360 | 16 | 20 | 0 | 6 | 370 | 70 | 127 |
Binary | 11001111 | 11001010 | 11110000 | 1110 | 10000 | 0 | 110 | 11111000 | 111000 | 1010111 |
Color Harmonies of #CFCAF0
Complementary color
Monochromatic Colors of #CFCAF0
Black with #CFCAF0
Text Example
Text Example
White with #CFCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAF0; }
p { color: rgb(207,202,240); }
H1.HeaderClassName
{
color: #CFCAF0;
}
.AnyTagClassName
{
color: #CFCAF0;
}
</style>
background-color css
<style>
a { background-color: #CFCAF0; }
a { background-color: rgb(207,202,240); }
div.DivClassName
{
background-color: #CFCAF0;
}
.BgClassName
{
background-color: #CFCAF0;
}
</style>
border-color css
<style>
span { border-color: #CFCAF0; }
span { border-color: rgb(207,202,240); }
td.TdClassName
{
border-color: #CFCAF0;
}
.TagClassName
{
border-color: #CFCAF0;
}
</style>