Html Css Color HEX #EDEADB Rice Cake

📋 copy color: '#EDEADB'

red 237 ◦ green 234 ◦ blue 219

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

Shades of Rice Cake #EDEADB

Tints of Rice Cake #EDEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.74%

R = 34.35%
G = 33.91%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEADB (or 0xEDEADB) is known color: Rice Cake. HEX triplet: ED, EA and DB. RGB value is (237,234,219). Sum of RGB (Red+Green+Blue) = 237+234+219=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADB is #121524. Grayscale: #E9E9E9. Windows color (decimal): -1185061 or 14412525. OLE color: 14412525.

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

Color convert

RGB 237 234 219 -
CMYK 0 0.01 0.08 0.07
HSL 50º 0.33% 0.89% -
HSV(B) 50º 0.08% 0.93% -
XYZ 77.13 81.96 78.77 -
YUV 233.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 237 234 219 0 0.01 0.08 0.07 50 0.33 0.89
Hex ED EA DB 0 1 8 7 32 21 59
Octal 355 352 333 0 1 10 7 62 41 131
Binary 11101101 11101010 11011011 0 1 1000 111 110010 100001 1011001

Color Harmonies of #EDEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEADB

Black with #EDEADB

Text Example


Text Example

White with #EDEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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