Html Css Color HEX #EDECE3 Rice Cake

📋 copy color: '#EDECE3'

red 237 ◦ green 236 ◦ blue 227

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

Shades of Rice Cake #EDECE3

Tints of Rice Cake #EDECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.43%

R = 33.86%
G = 33.71%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDECE3 (or 0xEDECE3) is known color: Rice Cake. HEX triplet: ED, EC and E3. RGB value is (237,236,227). Sum of RGB (Red+Green+Blue) = 237+236+227=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE3 is #12131C. Grayscale: #EBEBEB. Windows color (decimal): -1184541 or 14937325. OLE color: 14937325.

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

Color convert

RGB 237 236 227 -
CMYK 0 0.00 0.04 0.07
HSL 54º 0.22% 0.91% -
HSV(B) 54º 0.04% 0.93% -
XYZ 78.79 83.54 84.65 -
YUV 235.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 237 236 227 0 0.00 0.04 0.07 54 0.22 0.91
Hex ED EC E3 0 0 4 7 36 16 5B
Octal 355 354 343 0 0 4 7 66 26 133
Binary 11101101 11101100 11100011 0 0 100 111 110110 10110 1011011

Color Harmonies of #EDECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECE3

Black with #EDECE3

Text Example


Text Example

White with #EDECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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