Html Css Color HEX #EDF3CA Rice Flower

📋 copy color: '#EDF3CA'

red 237 ◦ green 243 ◦ blue 202

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

Shades of Rice Flower #EDF3CA

Tints of Rice Flower #EDF3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.62%

R = 34.75%
G = 35.63%
B = 29.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#EDF3CA (or 0xEDF3CA) is known color: Rice Flower. HEX triplet: ED, F3 and CA. RGB value is (237,243,202). Sum of RGB (Red+Green+Blue) = 237+243+202=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3CA is #120C35. Grayscale: #ECECEC. Windows color (decimal): -1182774 or 13300717. OLE color: 13300717.

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

Color convert

RGB 237 243 202 -
CMYK 0.02 0 0.17 0.05
HSL 68.78º 0.63% 0.87% -
HSV(B) 68.78º 0.17% 0.95% -
XYZ 77.64 86.37 68.46 -
YUV 236.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 237 243 202 0.02 0 0.17 0.05 68.78 0.63 0.87
Hex ED F3 CA 2 0 11 5 45 3F 57
Octal 355 363 312 2 0 21 5 105 77 127
Binary 11101101 11110011 11001010 10 0 10001 101 1000101 111111 1010111

Color Harmonies of #EDF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3CA

Black with #EDF3CA

Text Example


Text Example

White with #EDF3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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