Html Css Color HEX #EDEADF Rice Cake

📋 copy color: '#EDEADF'

red 237 ◦ green 234 ◦ blue 223

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

Shades of Rice Cake #EDEADF

Tints of Rice Cake #EDEADF

RGB

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

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

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

R = 34.15%
G = 33.72%
B = 32.13%

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

#EDEADF (or 0xEDEADF) is known color: Rice Cake. HEX triplet: ED, EA and DF. RGB value is (237,234,223). Sum of RGB (Red+Green+Blue) = 237+234+223=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADF is #121520. Grayscale: #E9E9E9. Windows color (decimal): -1185057 or 14674669. OLE color: 14674669.

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

Color convert

RGB 237 234 223 -
CMYK 0 0.01 0.06 0.07
HSL 47.14º 0.28% 0.9% -
HSV(B) 47.14º 0.06% 0.93% -
XYZ 77.67 82.18 81.58 -
YUV 233.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 237 234 223 0 0.01 0.06 0.07 47.14 0.28 0.9
Hex ED EA DF 0 1 6 7 2F 1C 5A
Octal 355 352 337 0 1 6 7 57 34 132
Binary 11101101 11101010 11011111 0 1 110 111 101111 11100 1011010

Color Harmonies of #EDEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEADF

Black with #EDEADF

Text Example


Text Example

White with #EDEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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