Html Css Color HEX #EDECDF Rice Cake

📋 copy color: '#EDECDF'

red 237 ◦ green 236 ◦ blue 223

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

Shades of Rice Cake #EDECDF

Tints of Rice Cake #EDECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.04%

R = 34.05%
G = 33.91%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDECDF (or 0xEDECDF) is known color: Rice Cake. HEX triplet: ED, EC and DF. RGB value is (237,236,223). Sum of RGB (Red+Green+Blue) = 237+236+223=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDF is #121320. Grayscale: #EAEAEA. Windows color (decimal): -1184545 or 14675181. OLE color: 14675181.

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

Color convert

RGB 237 236 223 -
CMYK 0 0.00 0.06 0.07
HSL 55.71º 0.28% 0.9% -
HSV(B) 55.71º 0.06% 0.93% -
XYZ 78.24 83.32 81.77 -
YUV 234.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 237 236 223 0 0.00 0.06 0.07 55.71 0.28 0.9
Hex ED EC DF 0 0 6 7 38 1C 5A
Octal 355 354 337 0 0 6 7 70 34 132
Binary 11101101 11101100 11011111 0 0 110 111 111000 11100 1011010

Color Harmonies of #EDECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECDF

Black with #EDECDF

Text Example


Text Example

White with #EDECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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