Shades of Lavender Blue #CFCAF4
Tints of Lavender Blue #CFCAF4
RGB
CMYK
RGB Variations
Color information
#CFCAF4 (or 0xCFCAF4) is known color: Lavender Blue. HEX triplet: CF, CA and F4. RGB value is (207,202,244). Sum of RGB (Red+Green+Blue) = 207+202+244=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF4 is #30350B. Grayscale: #D0D0D0. Windows color (decimal): -3159308 or 16042703. OLE color: 16042703.
HSL color Cylindrical-coordinate representation of color #CFCAF4: hue angle of 247.14º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCAF4 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 202 | 244 | - |
CMYK | 0.15 | 0.17 | 0 | 0.04 |
HSL | 247.14º | 0.66% | 0.87% | - |
HSV(B) | 247.14º | 0.17% | 0.96% | - |
XYZ | 63.18 | 62.04 | 94.23 | - |
YUV | 208.28 | 148.16 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 244 | 0.15 | 0.17 | 0 | 0.04 | 247.14 | 0.66 | 0.87 |
Hex | CF | CA | F4 | F | 11 | 0 | 4 | F7 | 42 | 57 |
Octal | 317 | 312 | 364 | 17 | 21 | 0 | 4 | 367 | 102 | 127 |
Binary | 11001111 | 11001010 | 11110100 | 1111 | 10001 | 0 | 100 | 11110111 | 1000010 | 1010111 |
Color Harmonies of #CFCAF4
Complementary color
Monochromatic Colors of #CFCAF4
Black with #CFCAF4
Text Example
Text Example
White with #CFCAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAF4; }
p { color: rgb(207,202,244); }
H1.HeaderClassName
{
color: #CFCAF4;
}
.AnyTagClassName
{
color: #CFCAF4;
}
</style>
background-color css
<style>
a { background-color: #CFCAF4; }
a { background-color: rgb(207,202,244); }
div.DivClassName
{
background-color: #CFCAF4;
}
.BgClassName
{
background-color: #CFCAF4;
}
</style>
border-color css
<style>
span { border-color: #CFCAF4; }
span { border-color: rgb(207,202,244); }
td.TdClassName
{
border-color: #CFCAF4;
}
.TagClassName
{
border-color: #CFCAF4;
}
</style>