Shades of Lavender Blue #CFCDFE
Tints of Lavender Blue #CFCDFE
RGB
CMYK
RGB Variations
Color information
#CFCDFE (or 0xCFCDFE) is known color: Lavender Blue. HEX triplet: CF, CD and FE. RGB value is (207,205,254). Sum of RGB (Red+Green+Blue) = 207+205+254=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDFE is #303201. Grayscale: #D2D2D2. Windows color (decimal): -3158530 or 16698831. OLE color: 16698831.
HSL color Cylindrical-coordinate representation of color #CFCDFE: hue angle of 242.45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCDFE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 205 | 254 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.00 |
| HSL | 242.45º | 0.96% | 0.9% | - |
| HSV(B) | 242.45º | 0.19% | 1% | - |
| XYZ | 65.45 | 64.08 | 102.69 | - |
| YUV | 211.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 254 | 0.19 | 0.19 | 0 | 0.00 | 242.45 | 0.96 | 0.9 |
| Hex | CF | CD | FE | 13 | 13 | 0 | 0 | F2 | 60 | 5A |
| Octal | 317 | 315 | 376 | 23 | 23 | 0 | 0 | 362 | 140 | 132 |
| Binary | 11001111 | 11001101 | 11111110 | 10011 | 10011 | 0 | 0 | 11110010 | 1100000 | 1011010 |
Color Harmonies of #CFCDFE
Complementary color
Monochromatic Colors of #CFCDFE
Black with #CFCDFE
Text Example
Text Example
White with #CFCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDFE; }
p { color: rgb(207,205,254); }
H1.HeaderClassName
{
color: #CFCDFE;
}
.AnyTagClassName
{
color: #CFCDFE;
}
</style>
background-color css
<style>
a { background-color: #CFCDFE; }
a { background-color: rgb(207,205,254); }
div.DivClassName
{
background-color: #CFCDFE;
}
.BgClassName
{
background-color: #CFCDFE;
}
</style>
border-color css
<style>
span { border-color: #CFCDFE; }
span { border-color: rgb(207,205,254); }
td.TdClassName
{
border-color: #CFCDFE;
}
.TagClassName
{
border-color: #CFCDFE;
}
</style>