Shades of Lavender Blue #CFCDFB
Tints of Lavender Blue #CFCDFB
RGB
CMYK
RGB Variations
Color information
#CFCDFB (or 0xCFCDFB) is known color: Lavender Blue. HEX triplet: CF, CD and FB. RGB value is (207,205,251). Sum of RGB (Red+Green+Blue) = 207+205+251=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDFB is #303204. Grayscale: #D2D2D2. Windows color (decimal): -3158533 or 16502223. OLE color: 16502223.
HSL color Cylindrical-coordinate representation of color #CFCDFB: hue angle of 242.61º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCDFB is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 205 | 251 | - |
CMYK | 0.18 | 0.18 | 0 | 0.02 |
HSL | 242.61º | 0.85% | 0.89% | - |
HSV(B) | 242.61º | 0.18% | 0.98% | - |
XYZ | 64.98 | 63.89 | 100.17 | - |
YUV | 210.84 | 150.66 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 251 | 0.18 | 0.18 | 0 | 0.02 | 242.61 | 0.85 | 0.89 |
Hex | CF | CD | FB | 12 | 12 | 0 | 2 | F3 | 55 | 59 |
Octal | 317 | 315 | 373 | 22 | 22 | 0 | 2 | 363 | 125 | 131 |
Binary | 11001111 | 11001101 | 11111011 | 10010 | 10010 | 0 | 10 | 11110011 | 1010101 | 1011001 |
Color Harmonies of #CFCDFB
Complementary color
Monochromatic Colors of #CFCDFB
Black with #CFCDFB
Text Example
Text Example
White with #CFCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDFB; }
p { color: rgb(207,205,251); }
H1.HeaderClassName
{
color: #CFCDFB;
}
.AnyTagClassName
{
color: #CFCDFB;
}
</style>
background-color css
<style>
a { background-color: #CFCDFB; }
a { background-color: rgb(207,205,251); }
div.DivClassName
{
background-color: #CFCDFB;
}
.BgClassName
{
background-color: #CFCDFB;
}
</style>
border-color css
<style>
span { border-color: #CFCDFB; }
span { border-color: rgb(207,205,251); }
td.TdClassName
{
border-color: #CFCDFB;
}
.TagClassName
{
border-color: #CFCDFB;
}
</style>