Shades of Lavender Grey #CFCEDA
Tints of Lavender Grey #CFCEDA
RGB
CMYK
RGB Variations
Color information
#CFCEDA (or 0xCFCEDA) is known color: Lavender Grey. HEX triplet: CF, CE and DA. RGB value is (207,206,218). Sum of RGB (Red+Green+Blue) = 207+206+218=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDA is #303125. Grayscale: #CFCFCF. Windows color (decimal): -3158310 or 14339791. OLE color: 14339791.
HSL color Cylindrical-coordinate representation of color #CFCEDA: hue angle of 245º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCEDA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 206 | 218 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 245º | 0.14% | 0.83% | - |
HSV(B) | 245º | 0.06% | 0.85% | - |
XYZ | 60.46 | 62.47 | 75.2 | - |
YUV | 207.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 218 | 0.05 | 0.06 | 0 | 0.15 | 245 | 0.14 | 0.83 |
Hex | CF | CE | DA | 5 | 6 | 0 | F | F5 | E | 53 |
Octal | 317 | 316 | 332 | 5 | 6 | 0 | 17 | 365 | 16 | 123 |
Binary | 11001111 | 11001110 | 11011010 | 101 | 110 | 0 | 1111 | 11110101 | 1110 | 1010011 |
Color Harmonies of #CFCEDA
Complementary color
Monochromatic Colors of #CFCEDA
Black with #CFCEDA
Text Example
Text Example
White with #CFCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDA; }
p { color: rgb(207,206,218); }
H1.HeaderClassName
{
color: #CFCEDA;
}
.AnyTagClassName
{
color: #CFCEDA;
}
</style>
background-color css
<style>
a { background-color: #CFCEDA; }
a { background-color: rgb(207,206,218); }
div.DivClassName
{
background-color: #CFCEDA;
}
.BgClassName
{
background-color: #CFCEDA;
}
</style>
border-color css
<style>
span { border-color: #CFCEDA; }
span { border-color: rgb(207,206,218); }
td.TdClassName
{
border-color: #CFCEDA;
}
.TagClassName
{
border-color: #CFCEDA;
}
</style>