Html Css Color HEX #EDEADE Rice Cake

📋 copy color: '#EDEADE'

red 237 ◦ green 234 ◦ blue 222

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

Shades of Rice Cake #EDEADE

Tints of Rice Cake #EDEADE

RGB

 RED value IS 237 (92.97% from 255) = 34.2%

 GREEN value IS 234 (91.8% from 255) = 33.77%

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

R = 34.2%
G = 33.77%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDEADE (or 0xEDEADE) is known color: Rice Cake. HEX triplet: ED, EA and DE. RGB value is (237,234,222). Sum of RGB (Red+Green+Blue) = 237+234+222=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADE is #121521. Grayscale: #E9E9E9. Windows color (decimal): -1185058 or 14609133. OLE color: 14609133.

HSL color Cylindrical-coordinate representation of color #EDEADE: hue angle of 48º degrees, saturation: 0.29, 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 #EDEADE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 222 -
CMYK 0 0.01 0.06 0.07
HSL 48º 0.29% 0.9% -
HSV(B) 48º 0.06% 0.93% -
XYZ 77.53 82.12 80.87 -
YUV 233.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 237 234 222 0 0.01 0.06 0.07 48 0.29 0.9
Hex ED EA DE 0 1 6 7 30 1D 5A
Octal 355 352 336 0 1 6 7 60 35 132
Binary 11101101 11101010 11011110 0 1 110 111 110000 11101 1011010

Color Harmonies of #EDEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEADE

Black with #EDEADE

Text Example


Text Example

White with #EDEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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