Html Css Color HEX #EDF2CE Rice Flower

📋 copy color: '#EDF2CE'

red 237 ◦ green 242 ◦ blue 206

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

Shades of Rice Flower #EDF2CE

Tints of Rice Flower #EDF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.07%

R = 34.6%
G = 35.33%
B = 30.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EDF2CE (or 0xEDF2CE) is known color: Rice Flower. HEX triplet: ED, F2 and CE. RGB value is (237,242,206). Sum of RGB (Red+Green+Blue) = 237+242+206=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2CE is #120D31. Grayscale: #ECECEC. Windows color (decimal): -1183026 or 13562605. OLE color: 13562605.

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

Color convert

RGB 237 242 206 -
CMYK 0.02 0 0.15 0.05
HSL 68.33º 0.58% 0.88% -
HSV(B) 68.33º 0.15% 0.95% -
XYZ 77.82 85.97 70.88 -
YUV 236.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 237 242 206 0.02 0 0.15 0.05 68.33 0.58 0.88
Hex ED F2 CE 2 0 F 5 44 3A 58
Octal 355 362 316 2 0 17 5 104 72 130
Binary 11101101 11110010 11001110 10 0 1111 101 1000100 111010 1011000

Color Harmonies of #EDF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2CE

Black with #EDF2CE

Text Example


Text Example

White with #EDF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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