Shades of Rice Cake #EDEBDF
Tints of Rice Cake #EDEBDF
RGB
CMYK
RGB Variations
Color information
#EDEBDF (or 0xEDEBDF) is known color: Rice Cake. HEX triplet: ED, EB and DF. RGB value is (237,235,223). Sum of RGB (Red+Green+Blue) = 237+235+223=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDF is #121420. Grayscale: #EAEAEA. Windows color (decimal): -1184801 or 14674925. OLE color: 14674925.
HSL color Cylindrical-coordinate representation of color #EDEBDF: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDEBDF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 235 | 223 | - |
CMYK | 0 | 0.01 | 0.06 | 0.07 |
HSL | 51.43º | 0.28% | 0.9% | - |
HSV(B) | 51.43º | 0.06% | 0.93% | - |
XYZ | 77.95 | 82.75 | 81.68 | - |
YUV | 234.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 223 | 0 | 0.01 | 0.06 | 0.07 | 51.43 | 0.28 | 0.9 |
Hex | ED | EB | DF | 0 | 1 | 6 | 7 | 33 | 1C | 5A |
Octal | 355 | 353 | 337 | 0 | 1 | 6 | 7 | 63 | 34 | 132 |
Binary | 11101101 | 11101011 | 11011111 | 0 | 1 | 110 | 111 | 110011 | 11100 | 1011010 |
Color Harmonies of #EDEBDF
Complementary color
Monochromatic Colors of #EDEBDF
Black with #EDEBDF
Text Example
Text Example
White with #EDEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBDF; }
p { color: rgb(237,235,223); }
H1.HeaderClassName
{
color: #EDEBDF;
}
.AnyTagClassName
{
color: #EDEBDF;
}
</style>
background-color css
<style>
a { background-color: #EDEBDF; }
a { background-color: rgb(237,235,223); }
div.DivClassName
{
background-color: #EDEBDF;
}
.BgClassName
{
background-color: #EDEBDF;
}
</style>
border-color css
<style>
span { border-color: #EDEBDF; }
span { border-color: rgb(237,235,223); }
td.TdClassName
{
border-color: #EDEBDF;
}
.TagClassName
{
border-color: #EDEBDF;
}
</style>