Html Css Color HEX #EDEFD0 Rice Flower

📋 copy color: '#EDEFD0'

red 237 ◦ green 239 ◦ blue 208

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

Shades of Rice Flower #EDEFD0

Tints of Rice Flower #EDEFD0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.94%

 BLUE value IS 208 (81.64% from 255) = 30.41%

R = 34.65%
G = 34.94%
B = 30.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EDEFD0 (or 0xEDEFD0) is known color: Rice Flower. HEX triplet: ED, EF and D0. RGB value is (237,239,208). Sum of RGB (Red+Green+Blue) = 237+239+208=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD0 is #12102F. Grayscale: #EAEAEA. Windows color (decimal): -1183792 or 13692909. OLE color: 13692909.

HSL color Cylindrical-coordinate representation of color #EDEFD0: hue angle of 63.87º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDEFD0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 208 -
CMYK 0.01 0 0.13 0.06
HSL 63.87º 0.49% 0.88% -
HSV(B) 63.87º 0.13% 0.94% -
XYZ 77.18 84.29 71.88 -
YUV 234.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 237 239 208 0.01 0 0.13 0.06 63.87 0.49 0.88
Hex ED EF D0 1 0 D 6 40 31 58
Octal 355 357 320 1 0 15 6 100 61 130
Binary 11101101 11101111 11010000 1 0 1101 110 1000000 110001 1011000

Color Harmonies of #EDEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFD0

Black with #EDEFD0

Text Example


Text Example

White with #EDEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFD0; }

 p { color: rgb(237,239,208); }

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

background-color css

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

 a { background-color: rgb(237,239,208); }

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

border-color css

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

 span { border-color: rgb(237,239,208); }

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