Shades of Fog #CEC7D5
Tints of Fog #CEC7D5
RGB
CMYK
RGB Variations
Color information
#CEC7D5 (or 0xCEC7D5) is known color: Fog. HEX triplet: CE, C7 and D5. RGB value is (206,199,213). Sum of RGB (Red+Green+Blue) = 206+199+213=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7D5 is #31382A. Grayscale: #CACACA. Windows color (decimal): -3225643 or 14010318. OLE color: 14010318.
HSL color Cylindrical-coordinate representation of color #CEC7D5: hue angle of 270º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC7D5 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 199 | 213 | - |
CMYK | 0.03 | 0.07 | 0 | 0.16 |
HSL | 270º | 0.14% | 0.81% | - |
HSV(B) | 270º | 0.07% | 0.84% | - |
XYZ | 57.89 | 58.77 | 71.24 | - |
YUV | 202.69 | 133.82 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 213 | 0.03 | 0.07 | 0 | 0.16 | 270 | 0.14 | 0.81 |
Hex | CE | C7 | D5 | 3 | 7 | 0 | 10 | 10E | E | 51 |
Octal | 316 | 307 | 325 | 3 | 7 | 0 | 20 | 416 | 16 | 121 |
Binary | 11001110 | 11000111 | 11010101 | 11 | 111 | 0 | 10000 | 100001110 | 1110 | 1010001 |
Color Harmonies of #CEC7D5
Complementary color
Monochromatic Colors of #CEC7D5
Black with #CEC7D5
Text Example
Text Example
White with #CEC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7D5; }
p { color: rgb(206,199,213); }
H1.HeaderClassName
{
color: #CEC7D5;
}
.AnyTagClassName
{
color: #CEC7D5;
}
</style>
background-color css
<style>
a { background-color: #CEC7D5; }
a { background-color: rgb(206,199,213); }
div.DivClassName
{
background-color: #CEC7D5;
}
.BgClassName
{
background-color: #CEC7D5;
}
</style>
border-color css
<style>
span { border-color: #CEC7D5; }
span { border-color: rgb(206,199,213); }
td.TdClassName
{
border-color: #CEC7D5;
}
.TagClassName
{
border-color: #CEC7D5;
}
</style>