Html Css Color HEX #EEEDDE Rice Cake

📋 copy color: '#EEEDDE'

red 238 ◦ green 237 ◦ blue 222

#EEEDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Cake #EEEDDE

Tints of Rice Cake #EEEDDE

RGB

 RED value IS 238 (93.36% from 255) = 34.15%

 GREEN value IS 237 (92.97% from 255) = 34%

 BLUE value IS 222 (87.11% from 255) = 31.85%

R = 34.15%
G = 34%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEEDDE (or 0xEEEDDE) is known color: Rice Cake. HEX triplet: EE, ED and DE. RGB value is (238,237,222). Sum of RGB (Red+Green+Blue) = 238+237+222=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDE is #111221. Grayscale: #EBEBEB. Windows color (decimal): -1118754 or 14609902. OLE color: 14609902.

HSL color Cylindrical-coordinate representation of color #EEEDDE: hue angle of 56.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEDDE is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 222 -
CMYK 0 0.00 0.07 0.07
HSL 56.25º 0.32% 0.9% -
HSV(B) 56.25º 0.07% 0.93% -
XYZ 78.73 84.02 81.18 -
YUV 235.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 238 237 222 0 0.00 0.07 0.07 56.25 0.32 0.9
Hex EE ED DE 0 0 7 7 38 20 5A
Octal 356 355 336 0 0 7 7 70 40 132
Binary 11101110 11101101 11011110 0 0 111 111 111000 100000 1011010

Color Harmonies of #EEEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDDE

Black with #EEEDDE

Text Example


Text Example

White with #EEEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDDE; }

 p { color: rgb(238,237,222); }

 H1.HeaderClassName
 {
   color: #EEEDDE;
 }
 .AnyTagClassName
 {
   color: #EEEDDE;
 }
</style>

background-color css

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

 a { background-color: rgb(238,237,222); }

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

border-color css

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

 span { border-color: rgb(238,237,222); }

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