Html Css Color HEX #EDF3DB Rice Flower

📋 copy color: '#EDF3DB'

red 237 ◦ green 243 ◦ blue 219

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

Shades of Rice Flower #EDF3DB

Tints of Rice Flower #EDF3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.76%

 BLUE value IS 219 (85.94% from 255) = 31.33%

R = 33.91%
G = 34.76%
B = 31.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#EDF3DB (or 0xEDF3DB) is known color: Rice Flower. HEX triplet: ED, F3 and DB. RGB value is (237,243,219). Sum of RGB (Red+Green+Blue) = 237+243+219=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DB is #120C24. Grayscale: #EEEEEE. Windows color (decimal): -1182757 or 14414829. OLE color: 14414829.

HSL color Cylindrical-coordinate representation of color #EDF3DB: hue angle of 75º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF3DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 219 -
CMYK 0.02 0 0.10 0.05
HSL 75º 0.5% 0.91% -
HSV(B) 75º 0.1% 0.95% -
XYZ 79.76 87.22 79.65 -
YUV 238.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 237 243 219 0.02 0 0.10 0.05 75 0.5 0.91
Hex ED F3 DB 2 0 A 5 4B 32 5B
Octal 355 363 333 2 0 12 5 113 62 133
Binary 11101101 11110011 11011011 10 0 1010 101 1001011 110010 1011011

Color Harmonies of #EDF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3DB

Black with #EDF3DB

Text Example


Text Example

White with #EDF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3DB; }

 p { color: rgb(237,243,219); }

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

background-color css

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

 a { background-color: rgb(237,243,219); }

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

border-color css

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

 span { border-color: rgb(237,243,219); }

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