Shades of Chablis #FDECE3
Tints of Chablis #FDECE3
RGB
CMYK
RGB Variations
Color information
#FDECE3 (or 0xFDECE3) is known color: Chablis. HEX triplet: FD, EC and E3. RGB value is (253,236,227). Sum of RGB (Red+Green+Blue) = 253+236+227=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECE3 is #02131C. Grayscale: #F0F0F0. Windows color (decimal): -135965 or 14937341. OLE color: 14937341.
HSL color Cylindrical-coordinate representation of color #FDECE3: hue angle of 20.77º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDECE3 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 227 | - |
CMYK | 0 | 0.07 | 0.10 | 0.01 |
HSL | 20.77º | 0.87% | 0.94% | - |
HSV(B) | 20.77º | 0.1% | 0.99% | - |
XYZ | 84.37 | 86.42 | 84.91 | - |
YUV | 240.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 227 | 0 | 0.07 | 0.10 | 0.01 | 20.77 | 0.87 | 0.94 |
Hex | FD | EC | E3 | 0 | 7 | A | 1 | 15 | 57 | 5E |
Octal | 375 | 354 | 343 | 0 | 7 | 12 | 1 | 25 | 127 | 136 |
Binary | 11111101 | 11101100 | 11100011 | 0 | 111 | 1010 | 1 | 10101 | 1010111 | 1011110 |
Color Harmonies of #FDECE3
Complementary color
Monochromatic Colors of #FDECE3
Black with #FDECE3
Text Example
Text Example
White with #FDECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE3; }
p { color: rgb(253,236,227); }
H1.HeaderClassName
{
color: #FDECE3;
}
.AnyTagClassName
{
color: #FDECE3;
}
</style>
background-color css
<style>
a { background-color: #FDECE3; }
a { background-color: rgb(253,236,227); }
div.DivClassName
{
background-color: #FDECE3;
}
.BgClassName
{
background-color: #FDECE3;
}
</style>
border-color css
<style>
span { border-color: #FDECE3; }
span { border-color: rgb(253,236,227); }
td.TdClassName
{
border-color: #FDECE3;
}
.TagClassName
{
border-color: #FDECE3;
}
</style>