#EFECDD

Color #EFECDD Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EFECDD

Tints of Rice Cake #EFECDD

Color information

#EFECDD (or 0xEFECDD) is unknown color: approx Rice Cake. HEX triplet: EF, EC and DD. RGB value is (239,236,221). Sum of RGB (Red+Green+Blue) = 239+236+221=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDD is #101322. Grayscale: #EBEBEB. Windows color (decimal): -1053475 or 14544111. OLE color: 14544111.

HSL color Cylindrical-coordinate representation of color #EFECDD: hue angle of 50º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFECDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239236221-
CMYK00.010.080.06
HSL50º36%90.2%-
HSV(B)50º7.53%93.73%-
XYZ78.6483.5680.39-
YUV235.19119.99130.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=34.34%
G=33.91%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923622100.010.080.06503690.2
HexEFECDD018632245a
Octal357354335011066244132
Binary1110111111101100110111010110001101100101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECDD; }

 p { color: rgb(239,236,221); }

 H1.HeaderClassName
 {
   color: #EFECDD;
 }
 .AnyTagClassName
 {
   color: #EFECDD;
 }
</style>
background-color css

<style>
 a { background-color: #EFECDD; }

 a { background-color: rgb(239,236,221); }

 div.DivClassName
 {
   background-color: #EFECDD;
 }
 .BgClassName
 {
   background-color: #EFECDD;
 }
</style>
border-color css

<style>
 span { border-color: #EFECDD; }

 span { border-color: rgb(239,236,221); }

 td.TdClassName
 {
   border-color: #EFECDD;
 }
 .TagClassName
 {
   border-color: #EFECDD;
 }
</style>