Shades of Lavender Blue #CFCEFD
Tints of Lavender Blue #CFCEFD
RGB
CMYK
RGB Variations
Color information
#CFCEFD (or 0xCFCEFD) is known color: Lavender Blue. HEX triplet: CF, CE and FD. RGB value is (207,206,253). Sum of RGB (Red+Green+Blue) = 207+206+253=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEFD is #303102. Grayscale: #D3D3D3. Windows color (decimal): -3158275 or 16633551. OLE color: 16633551.
HSL color Cylindrical-coordinate representation of color #CFCEFD: hue angle of 241.28º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCEFD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 206 | 253 | - |
CMYK | 0.18 | 0.19 | 0 | 0.01 |
HSL | 241.28º | 0.92% | 0.9% | - |
HSV(B) | 241.28º | 0.19% | 0.99% | - |
XYZ | 65.53 | 64.5 | 101.92 | - |
YUV | 211.66 | 151.33 | 124.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 253 | 0.18 | 0.19 | 0 | 0.01 | 241.28 | 0.92 | 0.9 |
Hex | CF | CE | FD | 12 | 13 | 0 | 1 | F1 | 5C | 5A |
Octal | 317 | 316 | 375 | 22 | 23 | 0 | 1 | 361 | 134 | 132 |
Binary | 11001111 | 11001110 | 11111101 | 10010 | 10011 | 0 | 1 | 11110001 | 1011100 | 1011010 |
Color Harmonies of #CFCEFD
Complementary color
Monochromatic Colors of #CFCEFD
Black with #CFCEFD
Text Example
Text Example
White with #CFCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEFD; }
p { color: rgb(207,206,253); }
H1.HeaderClassName
{
color: #CFCEFD;
}
.AnyTagClassName
{
color: #CFCEFD;
}
</style>
background-color css
<style>
a { background-color: #CFCEFD; }
a { background-color: rgb(207,206,253); }
div.DivClassName
{
background-color: #CFCEFD;
}
.BgClassName
{
background-color: #CFCEFD;
}
</style>
border-color css
<style>
span { border-color: #CFCEFD; }
span { border-color: rgb(207,206,253); }
td.TdClassName
{
border-color: #CFCEFD;
}
.TagClassName
{
border-color: #CFCEFD;
}
</style>