Shades of Lavender Grey #CFCEDB
Tints of Lavender Grey #CFCEDB
RGB
CMYK
RGB Variations
Color information
#CFCEDB (or 0xCFCEDB) is known color: Lavender Grey. HEX triplet: CF, CE and DB. RGB value is (207,206,219). Sum of RGB (Red+Green+Blue) = 207+206+219=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDB is #303124. Grayscale: #CFCFCF. Windows color (decimal): -3158309 or 14405327. OLE color: 14405327.
HSL color Cylindrical-coordinate representation of color #CFCEDB: hue angle of 244.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCEDB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 206 | 219 | - |
CMYK | 0.05 | 0.06 | 0 | 0.14 |
HSL | 244.62º | 0.15% | 0.83% | - |
HSV(B) | 244.62º | 0.06% | 0.86% | - |
XYZ | 60.59 | 62.52 | 75.89 | - |
YUV | 207.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 219 | 0.05 | 0.06 | 0 | 0.14 | 244.62 | 0.15 | 0.83 |
Hex | CF | CE | DB | 5 | 6 | 0 | E | F5 | F | 53 |
Octal | 317 | 316 | 333 | 5 | 6 | 0 | 16 | 365 | 17 | 123 |
Binary | 11001111 | 11001110 | 11011011 | 101 | 110 | 0 | 1110 | 11110101 | 1111 | 1010011 |
Color Harmonies of #CFCEDB
Complementary color
Monochromatic Colors of #CFCEDB
Black with #CFCEDB
Text Example
Text Example
White with #CFCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDB; }
p { color: rgb(207,206,219); }
H1.HeaderClassName
{
color: #CFCEDB;
}
.AnyTagClassName
{
color: #CFCEDB;
}
</style>
background-color css
<style>
a { background-color: #CFCEDB; }
a { background-color: rgb(207,206,219); }
div.DivClassName
{
background-color: #CFCEDB;
}
.BgClassName
{
background-color: #CFCEDB;
}
</style>
border-color css
<style>
span { border-color: #CFCEDB; }
span { border-color: rgb(207,206,219); }
td.TdClassName
{
border-color: #CFCEDB;
}
.TagClassName
{
border-color: #CFCEDB;
}
</style>