Shades of Lavender Blue #CFCFF4
Tints of Lavender Blue #CFCFF4
RGB
CMYK
RGB Variations
Color information
#CFCFF4 (or 0xCFCFF4) is known color: Lavender Blue. HEX triplet: CF, CF and F4. RGB value is (207,207,244). Sum of RGB (Red+Green+Blue) = 207+207+244=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF4 is #30300B. Grayscale: #D3D3D3. Windows color (decimal): -3158028 or 16043983. OLE color: 16043983.
HSL color Cylindrical-coordinate representation of color #CFCFF4: hue angle of 240º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCFF4 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 207 | 244 | - |
CMYK | 0.15 | 0.15 | 0 | 0.04 |
HSL | 240º | 0.63% | 0.88% | - |
HSV(B) | 240º | 0.15% | 0.96% | - |
XYZ | 64.37 | 64.42 | 94.63 | - |
YUV | 211.22 | 146.5 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 244 | 0.15 | 0.15 | 0 | 0.04 | 240 | 0.63 | 0.88 |
Hex | CF | CF | F4 | F | F | 0 | 4 | F0 | 3F | 58 |
Octal | 317 | 317 | 364 | 17 | 17 | 0 | 4 | 360 | 77 | 130 |
Binary | 11001111 | 11001111 | 11110100 | 1111 | 1111 | 0 | 100 | 11110000 | 111111 | 1011000 |
Color Harmonies of #CFCFF4
Complementary color
Monochromatic Colors of #CFCFF4
Black with #CFCFF4
Text Example
Text Example
White with #CFCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFF4; }
p { color: rgb(207,207,244); }
H1.HeaderClassName
{
color: #CFCFF4;
}
.AnyTagClassName
{
color: #CFCFF4;
}
</style>
background-color css
<style>
a { background-color: #CFCFF4; }
a { background-color: rgb(207,207,244); }
div.DivClassName
{
background-color: #CFCFF4;
}
.BgClassName
{
background-color: #CFCFF4;
}
</style>
border-color css
<style>
span { border-color: #CFCFF4; }
span { border-color: rgb(207,207,244); }
td.TdClassName
{
border-color: #CFCFF4;
}
.TagClassName
{
border-color: #CFCFF4;
}
</style>