Html Css Color HEX #EDF2D6 Rice Flower

📋 copy color: '#EDF2D6'

red 237 ◦ green 242 ◦ blue 214

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

Shades of Rice Flower #EDF2D6

Tints of Rice Flower #EDF2D6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.92%

 BLUE value IS 214 (83.98% from 255) = 30.88%

R = 34.2%
G = 34.92%
B = 30.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EDF2D6 (or 0xEDF2D6) is known color: Rice Flower. HEX triplet: ED, F2 and D6. RGB value is (237,242,214). Sum of RGB (Red+Green+Blue) = 237+242+214=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2D6 is #120D29. Grayscale: #EDEDED. Windows color (decimal): -1183018 or 14086893. OLE color: 14086893.

HSL color Cylindrical-coordinate representation of color #EDF2D6: hue angle of 70.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF2D6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 214 -
CMYK 0.02 0 0.12 0.05
HSL 70.71º 0.52% 0.89% -
HSV(B) 70.71º 0.12% 0.95% -
XYZ 78.81 86.36 76.13 -
YUV 237.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 237 242 214 0.02 0 0.12 0.05 70.71 0.52 0.89
Hex ED F2 D6 2 0 C 5 47 34 59
Octal 355 362 326 2 0 14 5 107 64 131
Binary 11101101 11110010 11010110 10 0 1100 101 1000111 110100 1011001

Color Harmonies of #EDF2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2D6

Black with #EDF2D6

Text Example


Text Example

White with #EDF2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2D6; }

 p { color: rgb(237,242,214); }

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

background-color css

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

 a { background-color: rgb(237,242,214); }

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

border-color css

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

 span { border-color: rgb(237,242,214); }

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