Html Css Color HEX #EDECE2 Rice Cake

📋 copy color: '#EDECE2'

red 237 ◦ green 236 ◦ blue 226

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

Shades of Rice Cake #EDECE2

Tints of Rice Cake #EDECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.76%

 BLUE value IS 226 (88.67% from 255) = 32.33%

R = 33.91%
G = 33.76%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDECE2 (or 0xEDECE2) is known color: Rice Cake. HEX triplet: ED, EC and E2. RGB value is (237,236,226). Sum of RGB (Red+Green+Blue) = 237+236+226=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE2 is #12131D. Grayscale: #EBEBEB. Windows color (decimal): -1184542 or 14871789. OLE color: 14871789.

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

Color convert

RGB 237 236 226 -
CMYK 0 0.00 0.05 0.07
HSL 54.55º 0.23% 0.91% -
HSV(B) 54.55º 0.05% 0.93% -
XYZ 78.65 83.49 83.92 -
YUV 235.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 237 236 226 0 0.00 0.05 0.07 54.55 0.23 0.91
Hex ED EC E2 0 0 5 7 37 17 5B
Octal 355 354 342 0 0 5 7 67 27 133
Binary 11101101 11101100 11100010 0 0 101 111 110111 10111 1011011

Color Harmonies of #EDECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECE2

Black with #EDECE2

Text Example


Text Example

White with #EDECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECE2; }

 p { color: rgb(237,236,226); }

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

background-color css

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

 a { background-color: rgb(237,236,226); }

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

border-color css

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

 span { border-color: rgb(237,236,226); }

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