Shades of Fog #CEC3F3
Tints of Fog #CEC3F3
RGB
CMYK
RGB Variations
Color information
#CEC3F3 (or 0xCEC3F3) is known color: Fog. HEX triplet: CE, C3 and F3. RGB value is (206,195,243). Sum of RGB (Red+Green+Blue) = 206+195+243=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEC3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3F3 is #313C0C. Grayscale: #CBCBCB. Windows color (decimal): -3226637 or 15975374. OLE color: 15975374.
HSL color Cylindrical-coordinate representation of color #CEC3F3: hue angle of 253.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC3F3 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 195 | 243 | - |
CMYK | 0.15 | 0.20 | 0 | 0.05 |
HSL | 253.75º | 0.67% | 0.86% | - |
HSV(B) | 253.75º | 0.2% | 0.95% | - |
XYZ | 61.15 | 58.62 | 92.89 | - |
YUV | 203.76 | 150.14 | 129.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 243 | 0.15 | 0.20 | 0 | 0.05 | 253.75 | 0.67 | 0.86 |
Hex | CE | C3 | F3 | F | 14 | 0 | 5 | FE | 43 | 56 |
Octal | 316 | 303 | 363 | 17 | 24 | 0 | 5 | 376 | 103 | 126 |
Binary | 11001110 | 11000011 | 11110011 | 1111 | 10100 | 0 | 101 | 11111110 | 1000011 | 1010110 |
Color Harmonies of #CEC3F3
Complementary color
Monochromatic Colors of #CEC3F3
Black with #CEC3F3
Text Example
Text Example
White with #CEC3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3F3; }
p { color: rgb(206,195,243); }
H1.HeaderClassName
{
color: #CEC3F3;
}
.AnyTagClassName
{
color: #CEC3F3;
}
</style>
background-color css
<style>
a { background-color: #CEC3F3; }
a { background-color: rgb(206,195,243); }
div.DivClassName
{
background-color: #CEC3F3;
}
.BgClassName
{
background-color: #CEC3F3;
}
</style>
border-color css
<style>
span { border-color: #CEC3F3; }
span { border-color: rgb(206,195,243); }
td.TdClassName
{
border-color: #CEC3F3;
}
.TagClassName
{
border-color: #CEC3F3;
}
</style>